DataFlowDebugCommandRequest Class
Request body structure for data flow debug command.
Constructor
DataFlowDebugCommandRequest(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
session_id
|
The ID of data flow debug session. |
|
command
|
The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery". |
|
command_payload
|
The command payload object. |
Attributes
command
"executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery".
command: str | _models.DataFlowDebugCommandType | None
command_payload
The command payload object.
command_payload: _models.DataFlowDebugCommandPayload | None
session_id
The ID of data flow debug session.
session_id: str | None