StartDataFlowDebugSessionRequest interface
Request body structure for starting data flow debug session.
Properties
| data |
Data flow instance. |
| data |
List of Data flows |
| datasets | List of datasets. |
| debug |
Data flow debug settings. |
| incremental |
The type of new Databricks cluster. |
| linked |
List of linked services. |
| session |
The ID of data flow debug session. |
| staging | Staging info for debug session. |
Property Details
dataFlow
dataFlows
datasets
debugSettings
Data flow debug settings.
debugSettings?: any
Property Value
any
incrementalDebug
The type of new Databricks cluster.
incrementalDebug?: boolean
Property Value
boolean
linkedServices
List of linked services.
linkedServices?: LinkedServiceResource[]
Property Value
sessionId
The ID of data flow debug session.
sessionId?: string
Property Value
string
staging
Staging info for debug session.
staging?: any
Property Value
any