We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f573b4 commit 90ce6f8Copy full SHA for 90ce6f8
sqlmesh/dbt/builtin.py
@@ -465,7 +465,7 @@ def create_builtin_globals(
465
if variables is not None:
466
builtin_globals["var"] = Var(variables)
467
468
- builtin_globals["config"] = Config(jinja_globals.pop("config", {}))
+ builtin_globals["config"] = Config(jinja_globals.pop("config", {"tags": []}))
469
470
deployability_index = (
471
jinja_globals.get("deployability_index") or DeployabilityIndex.all_deployable()
0 commit comments