We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f573b4 commit 547bc72Copy full SHA for 547bc72
sqlmesh/dbt/context.py
@@ -246,6 +246,7 @@ def jinja_globals(self) -> t.Dict[str, JinjaGlobalAttribute]:
246
"vars": AttributeDict(self.variables),
247
"refs": AttributeDict({k: v.relation_info for k, v in self.refs.items()}),
248
"sources": AttributeDict({k: v.relation_info for k, v in self.sources.items()}),
249
+ "config": AttributeDict({"tags": []}),
250
}
251
if self.project_name is not None:
252
output["project_name"] = self.project_name
0 commit comments