Skip to content
Closed
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 @@ -60,6 +60,9 @@
from ._models_py3 import AzureDataLakeStoreSink
from ._models_py3 import AzureDataLakeStoreSource
from ._models_py3 import AzureDataLakeStoreWriteSettings
from ._models_py3 import AzureFileStorageLinkedService
from ._models_py3 import AzureFileStorageLocation
from ._models_py3 import AzureFileStorageReadSettings
from ._models_py3 import AzureFunctionActivity
from ._models_py3 import AzureFunctionLinkedService
from ._models_py3 import AzureKeyVaultLinkedService
Expand Down Expand Up @@ -242,6 +245,9 @@
from ._models_py3 import GoogleBigQueryLinkedService
from ._models_py3 import GoogleBigQueryObjectDataset
from ._models_py3 import GoogleBigQuerySource
from ._models_py3 import GoogleCloudStorageLinkedService
from ._models_py3 import GoogleCloudStorageLocation
from ._models_py3 import GoogleCloudStorageReadSettings
from ._models_py3 import GreenplumLinkedService
from ._models_py3 import GreenplumSource
from ._models_py3 import GreenplumTableDataset
Expand Down Expand Up @@ -610,6 +616,9 @@
from ._models import AzureDataLakeStoreSink
from ._models import AzureDataLakeStoreSource
from ._models import AzureDataLakeStoreWriteSettings
from ._models import AzureFileStorageLinkedService
from ._models import AzureFileStorageLocation
from ._models import AzureFileStorageReadSettings
from ._models import AzureFunctionActivity
from ._models import AzureFunctionLinkedService
from ._models import AzureKeyVaultLinkedService
Expand Down Expand Up @@ -792,6 +801,9 @@
from ._models import GoogleBigQueryLinkedService
from ._models import GoogleBigQueryObjectDataset
from ._models import GoogleBigQuerySource
from ._models import GoogleCloudStorageLinkedService
from ._models import GoogleCloudStorageLocation
from ._models import GoogleCloudStorageReadSettings
from ._models import GreenplumLinkedService
from ._models import GreenplumSource
from ._models import GreenplumTableDataset
Expand Down Expand Up @@ -1246,6 +1258,9 @@
'AzureDataLakeStoreSink',
'AzureDataLakeStoreSource',
'AzureDataLakeStoreWriteSettings',
'AzureFileStorageLinkedService',
'AzureFileStorageLocation',
'AzureFileStorageReadSettings',
'AzureFunctionActivity',
'AzureFunctionLinkedService',
'AzureKeyVaultLinkedService',
Expand Down Expand Up @@ -1428,6 +1443,9 @@
'GoogleBigQueryLinkedService',
'GoogleBigQueryObjectDataset',
'GoogleBigQuerySource',
'GoogleCloudStorageLinkedService',
'GoogleCloudStorageLocation',
'GoogleCloudStorageReadSettings',
'GreenplumLinkedService',
'GreenplumSource',
'GreenplumTableDataset',
Expand Down
Loading