Share via


StartDataFlowDebugSessionRequest interface

Request body structure for starting data flow debug session.

Properties

dataFlow

Data flow instance.

dataFlows

List of Data flows

datasets

List of datasets.

debugSettings

Data flow debug settings.

incrementalDebug

The type of new Databricks cluster.

linkedServices

List of linked services.

sessionId

The ID of data flow debug session.

staging

Staging info for debug session.

Property Details

dataFlow

Data flow instance.

dataFlow?: DataFlowResource

Property Value

dataFlows

List of Data flows

dataFlows?: DataFlowResource[]

Property Value

datasets

List of datasets.

datasets?: DatasetResource[]

Property Value

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