DataFlowDebugCommandPayload Class
Structure of command payload.
Constructor
DataFlowDebugCommandPayload(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
stream_name
|
The stream name which is used for preview. Required. |
|
row_limits
|
Row limits for preview response. |
|
columns
|
Array of column names. |
|
expression
|
The expression which is used for preview. |
Attributes
columns
Array of column names.
columns: list[str] | None
expression
The expression which is used for preview.
expression: str | None
row_limits
Row limits for preview response.
row_limits: int | None
stream_name
The stream name which is used for preview. Required.
stream_name: str