Skip to content

Commit

Permalink
Generated from 284f696f9afa6c4f80e9efab308e2330247efeac
Browse files Browse the repository at this point in the history
Support source/sink level staging in dataflow
  • Loading branch information
SDK Automation committed Jul 31, 2020
1 parent 175c7d9 commit 2c2678b
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from ._models_py3 import AvroSink
from ._models_py3 import AvroSource
from ._models_py3 import AvroWriteSettings
from ._models_py3 import AzPowerShellSetup
from ._models_py3 import AzureBatchLinkedService
from ._models_py3 import AzureBlobDataset
from ._models_py3 import AzureBlobFSDataset
Expand Down Expand Up @@ -443,6 +444,7 @@
from ._models_py3 import ResponsysSource
from ._models_py3 import RestResourceDataset
from ._models_py3 import RestServiceLinkedService
from ._models_py3 import RestSink
from ._models_py3 import RestSource
from ._models_py3 import RetryPolicy
from ._models_py3 import RunFilterParameters
Expand Down Expand Up @@ -631,6 +633,7 @@
from ._models import AvroSink
from ._models import AvroSource
from ._models import AvroWriteSettings
from ._models import AzPowerShellSetup
from ._models import AzureBatchLinkedService
from ._models import AzureBlobDataset
from ._models import AzureBlobFSDataset
Expand Down Expand Up @@ -1040,6 +1043,7 @@
from ._models import ResponsysSource
from ._models import RestResourceDataset
from ._models import RestServiceLinkedService
from ._models import RestSink
from ._models import RestSource
from ._models import RetryPolicy
from ._models import RunFilterParameters
Expand Down Expand Up @@ -1318,6 +1322,7 @@
'AvroSink',
'AvroSource',
'AvroWriteSettings',
'AzPowerShellSetup',
'AzureBatchLinkedService',
'AzureBlobDataset',
'AzureBlobFSDataset',
Expand Down Expand Up @@ -1727,6 +1732,7 @@
'ResponsysSource',
'RestResourceDataset',
'RestServiceLinkedService',
'RestSink',
'RestSource',
'RetryPolicy',
'RunFilterParameters',
Expand Down
Loading

0 comments on commit 2c2678b

Please sign in to comment.