diff --git a/.changes/unreleased/Under the Hood-20260304-163132.yaml b/.changes/unreleased/Under the Hood-20260304-163132.yaml new file mode 100644 index 00000000000..369b4d1ba14 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20260304-163132.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: sync JSON schemas from dbt-fusion +time: 2026-03-04T16:31:32.721135081Z +custom: + Author: fa-assistant + Issue: N/A diff --git a/core/dbt/jsonschemas/project/0.0.110.json b/core/dbt/jsonschemas/project/0.0.110.json index 5cfd51507c0..b8a603d7d01 100644 --- a/core/dbt/jsonschemas/project/0.0.110.json +++ b/core/dbt/jsonschemas/project/0.0.110.json @@ -1267,6 +1267,15 @@ "null" ] }, + "+job_execution_timeout_seconds": { + "default": null, + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", @@ -1508,6 +1517,12 @@ "null" ] }, + "+sql_header": { + "type": [ + "string", + "null" + ] + }, "+static_analysis": { "anyOf": [ { @@ -2364,6 +2379,15 @@ "$ref": "#/definitions/AnyValue" } }, + "+job_execution_timeout_seconds": { + "default": null, + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", @@ -3194,6 +3218,14 @@ "null" ] }, + "+job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", @@ -3837,6 +3869,15 @@ "null" ] }, + "+job_execution_timeout_seconds": { + "default": null, + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", @@ -4455,6 +4496,15 @@ "null" ] }, + "+job_execution_timeout_seconds": { + "default": null, + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", @@ -4983,6 +5033,15 @@ "null" ] }, + "+job_execution_timeout_seconds": { + "default": null, + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "+kms_key_name": { "type": [ "string", diff --git a/core/dbt/jsonschemas/resources/latest.json b/core/dbt/jsonschemas/resources/latest.json index 2283b7ea2f0..f9d51b366cf 100644 --- a/core/dbt/jsonschemas/resources/latest.json +++ b/core/dbt/jsonschemas/resources/latest.json @@ -1040,6 +1040,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -1308,6 +1316,12 @@ "null" ] }, + "sql_header": { + "type": [ + "string", + "null" + ] + }, "static_analysis": { "anyOf": [ { @@ -2455,6 +2469,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -3960,6 +3982,14 @@ "$ref": "#/definitions/AnyValue" } }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -5456,6 +5486,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -6221,6 +6259,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -6995,6 +7041,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string", @@ -7910,6 +7964,14 @@ "null" ] }, + "job_execution_timeout_seconds": { + "type": [ + "integer", + "null" + ], + "format": "uint64", + "minimum": 0.0 + }, "kms_key_name": { "type": [ "string",