Databricks · Schema
RunTask
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize
Properties
| Name | Type | Description |
|---|---|---|
| run_id | integer | |
| task_key | string | |
| description | string | |
| state | object | |
| depends_on | array | |
| existing_cluster_id | string | |
| notebook_task | object | |
| spark_jar_task | object | |
| spark_python_task | object | |
| sql_task | object | |
| start_time | integer | |
| setup_duration | integer | |
| execution_duration | integer | |
| cleanup_duration | integer | |
| end_time | integer | |
| cluster_instance | object | |
| attempt_number | integer | |
| libraries | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RunTask",
"type": "object",
"properties": {
"run_id": {
"type": "integer"
},
"task_key": {
"type": "string"
},
"description": {
"type": "string"
},
"state": {
"type": "object"
},
"depends_on": {
"type": "array"
},
"existing_cluster_id": {
"type": "string"
},
"notebook_task": {
"type": "object"
},
"spark_jar_task": {
"type": "object"
},
"spark_python_task": {
"type": "object"
},
"sql_task": {
"type": "object"
},
"start_time": {
"type": "integer"
},
"setup_duration": {
"type": "integer"
},
"execution_duration": {
"type": "integer"
},
"cleanup_duration": {
"type": "integer"
},
"end_time": {
"type": "integer"
},
"cluster_instance": {
"type": "object"
},
"attempt_number": {
"type": "integer"
},
"libraries": {
"type": "array"
}
}
}