Package version:

Interface StartDataFlowDebugSessionRequest

Request body structure for starting data flow debug session.

Hierarchy

  • StartDataFlowDebugSessionRequest

Properties

dataFlow?: DataFlowResource

Data flow instance.

dataFlows?: DataFlowResource[]

List of Data flows

datasets?: DatasetResource[]

List of datasets.

debugSettings?: any

Data flow debug settings.

incrementalDebug?: boolean

The type of new Databricks cluster.

linkedServices?: LinkedServiceResource[]

List of linked services.

sessionId?: string

The ID of data flow debug session.

staging?: any

Staging info for debug session.

Generated using TypeDoc