DataFlowDebugPackage Class

Request body structure for starting data flow debug session.

Constructor

DataFlowDebugPackage(*args: Any, **kwargs: Any)

Variables

Name Description
session_id
str

The ID of data flow debug session.

data_flow

Data flow instance.

data_flows

List of Data flows.

datasets

List of datasets.

linked_services

List of linked services.

staging

Staging info for debug session.

debug_settings

Data flow debug settings.

Attributes

data_flow

Data flow instance.

data_flow: _models.DataFlowDebugResource | None

data_flows

List of Data flows.

data_flows: list['_models.DataFlowDebugResource'] | None

datasets

List of datasets.

datasets: list['_models.DatasetDebugResource'] | None

debug_settings

Data flow debug settings.

debug_settings: _models.DataFlowDebugPackageDebugSettings | None

linked_services

List of linked services.

linked_services: list['_models.LinkedServiceDebugResource'] | None

session_id

The ID of data flow debug session.

session_id: str | None

staging

Staging info for debug session.

staging: _models.DataFlowStagingInfo | None