OptionalerrorAn error message indicating why a task failed or why output is not available. The message is unstructured, and its exact format is subject to change.
OptionalerrorIf there was an error executing the run, this field contains any available stack traces.
OptionalinfoOptionallogsThe output from tasks that write to standard streams (stdout/stderr) such as spark_jar_task, spark_python_task, python_wheel_task.
It's not supported for the notebook_task, pipeline_task or spark_submit_task.
OptionallogsWhether the logs are truncated.
OptionalmetadataAll details of the run except for its output.
OptionalresultThe output of a notebook task, if available. A notebook task that terminates (either successfully or with a failure)
without calling dbutils.notebook.exit() is considered to have an empty output.
This field is set but its result value is empty.
The output of a SQL task, if available.
The output of a dbt task, if available.
The output of a run job task, if available
The output of a clean rooms notebook task, if available
The output of a dashboard task, if available
Deprecated in favor of the new dbt_platform_output
The output of an alert task, if available
Run output was retrieved successfully.