SqlDashboardWidgetOutput

Properties

Name
Type
Description
Notes

widget_id

Option<String>

The canonical identifier of the SQL widget.

[optional]

widget_title

Option<String>

The title of the SQL widget.

[optional]

output_link

Option<String>

The link to find the output results.

[optional]

status

Option<String>

The execution status of the SQL widget.

[optional]

error

[optional]

start_time

Option<i64>

Time (in epoch milliseconds) when execution of the SQL widget starts.

[optional]

end_time

Option<i64>

Time (in epoch milliseconds) when execution of the SQL widget ends.

[optional]

[Back to Model list] [Back to API list] [Back to README]

Last updated