We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a47ea6 commit 5f9feccCopy full SHA for 5f9fecc
core/dbt/jsonschemas/jsonschemas.py
@@ -37,6 +37,7 @@
37
"unit_tests",
38
}
39
40
+# "job_execution_timeout_seconds" can be removed once https://github.com/dbt-labs/dbt-fusion/issues/1330 is resolved
41
_ADAPTER_TO_CONFIG_ALIASES = {
42
"bigquery": ["dataset", "project", "job_execution_timeout_seconds"],
43
0 commit comments