Skip to content

Commit 9a47ea6

Browse files
committed
skip raising CustomKeyInConfigDeprecation for job_execution_timeout_seconds key in bigquery adapter
1 parent 0168c62 commit 9a47ea6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Skip raising CustomKeyInConfigDeprecation for job_execution_timeout_seconds BigQuery adapter config
3+
time: 2026-02-19T17:57:01.89103+05:30
4+
custom:
5+
Author: aahel
6+
Issue: "575"

core/dbt/jsonschemas/jsonschemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
_ADAPTER_TO_CONFIG_ALIASES = {
41-
"bigquery": ["dataset", "project"],
41+
"bigquery": ["dataset", "project", "job_execution_timeout_seconds"],
4242
}
4343

4444

0 commit comments

Comments
 (0)