We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bee08 commit 189208eCopy full SHA for 189208e
sqlmesh/dbt/builtin.py
@@ -482,7 +482,7 @@ def create_builtin_globals(
482
if variables is not None:
483
builtin_globals["var"] = Var(variables)
484
485
- builtin_globals["config"] = Config(jinja_globals.pop("config", {}))
+ builtin_globals["config"] = Config(jinja_globals.pop("config", {"tags": []}))
486
487
deployability_index = (
488
jinja_globals.get("deployability_index") or DeployabilityIndex.all_deployable()
0 commit comments