Share via


MappingDataFlow Class

Mapping data flow.

All required parameters must be populated in order to send to server.

Constructor

MappingDataFlow(*, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, folder: _models.DataFlowFolder | None = None, sources: List[_models.DataFlowSource] | None = None, sinks: List[_models.DataFlowSink] | None = None, transformations: List[_models.Transformation] | None = None, script: str | None = None, script_lines: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

The description of the data flow.

Default value: None
annotations
list[<xref:JSON>]

List of tags that can be used for describing the data flow.

Default value: None
folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

Default value: None
sources

List of sources in data flow.

Default value: None
sinks

List of sinks in data flow.

Default value: None
transformations

List of transformations in data flow.

Default value: None
script
str

DataFlow script.

Default value: None
script_lines

Data flow script lines.

Default value: None

Variables

Name Description
type
str

Type of data flow. Required.

description
str

The description of the data flow.

annotations
list[<xref:JSON>]

List of tags that can be used for describing the data flow.

folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

sources

List of sources in data flow.

sinks

List of sinks in data flow.

transformations

List of transformations in data flow.

script
str

DataFlow script.

script_lines

Data flow script lines.