DataFlowDebugResultResponse Class

Response body structure of data flow result for data preview, statistics or expression preview.

Inheritance
DataFlowDebugResultResponse

Constructor

DataFlowDebugResultResponse(*, status: Optional[str] = None, data: Optional[str] = None, **kwargs)

Parameters

status
str
Required

The run status of data preview, statistics or expression preview.

data
str
Required

The result data of data preview, statistics or expression preview.