WranglingDataFlow Class
Power Query data flow.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DataFlowWranglingDataFlow
Constructor
WranglingDataFlow(*, description: Optional[str] = None, annotations: Optional[List[Any]] = None, folder: Optional[_models.DataFlowFolder] = None, sources: Optional[List[_models.PowerQuerySource]] = None, script: Optional[str] = None, document_locale: Optional[str] = None, **kwargs)
Variables
- type
- str
Required. Type of data flow.Constant filled by server.
- description
- str
The description of the data flow.
- folder
- DataFlowFolder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- sources
- list[PowerQuerySource]
List of sources in Power Query.
- script
- str
Power query mashup script.
- document_locale
- str
Locale of the Power query mashup document.
Feedback
Submit and view feedback for