Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datafactory/resource-manager] [DataFactory] blob events trigger #2527

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
from .amazon_s3_dataset_py3 import AmazonS3Dataset
from .retry_policy_py3 import RetryPolicy
from .tumbling_window_trigger_py3 import TumblingWindowTrigger
from .blob_events_trigger_py3 import BlobEventsTrigger
from .blob_trigger_py3 import BlobTrigger
from .recurrence_schedule_occurrence_py3 import RecurrenceScheduleOccurrence
from .recurrence_schedule_py3 import RecurrenceSchedule
Expand Down Expand Up @@ -522,6 +523,7 @@
from .amazon_s3_dataset import AmazonS3Dataset
from .retry_policy import RetryPolicy
from .tumbling_window_trigger import TumblingWindowTrigger
from .blob_events_trigger import BlobEventsTrigger
from .blob_trigger import BlobTrigger
from .recurrence_schedule_occurrence import RecurrenceScheduleOccurrence
from .recurrence_schedule import RecurrenceSchedule
Expand Down Expand Up @@ -700,6 +702,7 @@
DatasetCompressionLevel,
JsonFormatFilePattern,
TumblingWindowFrequency,
BlobEventTypes,
DayOfWeek,
DaysOfWeek,
RecurrenceFrequency,
Expand Down Expand Up @@ -914,6 +917,7 @@
'AmazonS3Dataset',
'RetryPolicy',
'TumblingWindowTrigger',
'BlobEventsTrigger',
'BlobTrigger',
'RecurrenceScheduleOccurrence',
'RecurrenceSchedule',
Expand Down Expand Up @@ -1091,6 +1095,7 @@
'DatasetCompressionLevel',
'JsonFormatFilePattern',
'TumblingWindowFrequency',
'BlobEventTypes',
'DayOfWeek',
'DaysOfWeek',
'RecurrenceFrequency',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AmazonMWSLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AmazonMWSObjectDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AmazonMWSSource(CopySource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AmazonRedshiftLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AmazonRedshiftSource(CopySource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AmazonS3Dataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AmazonS3LinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset_storage_format import DatasetStorageFormat
from .dataset_storage_format_py3 import DatasetStorageFormat


class AvroFormat(DatasetStorageFormat):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureBatchLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureBlobDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureDataLakeAnalyticsLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureDataLakeStoreDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureDataLakeStoreLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_sink import CopySink
from .copy_sink_py3 import CopySink


class AzureDataLakeStoreSink(CopySink):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AzureDataLakeStoreSource(CopySource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureDatabricksLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureKeyVaultLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .secret_base import SecretBase
from .secret_base_py3 import SecretBase


class AzureKeyVaultSecretReference(SecretBase):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .execution_activity import ExecutionActivity
from .execution_activity_py3 import ExecutionActivity


class AzureMLBatchExecutionActivity(ExecutionActivity):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureMLLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .execution_activity import ExecutionActivity
from .execution_activity_py3 import ExecutionActivity


class AzureMLUpdateResourceActivity(ExecutionActivity):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureMySqlLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AzureMySqlSource(CopySource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureMySqlTableDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzurePostgreSqlLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AzurePostgreSqlSource(CopySource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzurePostgreSqlTableDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_sink import CopySink
from .copy_sink_py3 import CopySink


class AzureQueueSink(CopySink):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureSearchIndexDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_sink import CopySink
from .copy_sink_py3 import CopySink


class AzureSearchIndexSink(CopySink):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureSearchLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureSqlDatabaseLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureSqlDWLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureSqlDWTableDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureSqlTableDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .linked_service import LinkedService
from .linked_service_py3 import LinkedService


class AzureStorageLinkedService(LinkedService):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .dataset import Dataset
from .dataset_py3 import Dataset


class AzureTableDataset(Dataset):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_sink import CopySink
from .copy_sink_py3 import CopySink


class AzureTableSink(CopySink):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .copy_source import CopySource
from .copy_source_py3 import CopySource


class AzureTableSource(CopySource):
Expand Down
Loading