DataFlowDebugCommandResponse Class
Response body structure of data flow result for data preview, statistics or expression preview.
Constructor
DataFlowDebugCommandResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The run status of data preview, statistics or expression preview. |
|
data
|
The result data of data preview, statistics or expression preview. |
Attributes
data
The result data of data preview, statistics or expression preview.
data: str | None
status
The run status of data preview, statistics or expression preview.
status: str | None