widget_id
Option<String>
The canonical identifier of the SQL widget.
[optional]
widget_title
The title of the SQL widget.
output_link
The link to find the output results.
status
The execution status of the SQL widget.
error
Option<crate::models::SqlOutputError>
start_time
Option<i64>
Time (in epoch milliseconds) when execution of the SQL widget starts.
end_time
Time (in epoch milliseconds) when execution of the SQL widget ends.
[Back to Model list] [Back to API list] [Back to README]
Last updated 3 years ago