We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc6d8e commit feefdabCopy full SHA for feefdab
1 file changed
sqlmesh/dbt/adapter.py
@@ -140,7 +140,6 @@ def _relevance(package_name_pair: t.Tuple[t.Optional[str], str]) -> t.Tuple[int,
140
141
jinja_env = self.jinja_macros.build_environment(**self.jinja_globals).globals
142
143
- # Build the set of packages to check based on dispatch configuration
144
packages_to_check: t.List[t.Optional[str]] = [None]
145
if macro_namespace is not None:
146
if macro_namespace in jinja_env:
0 commit comments