We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c49186 commit 92e8030Copy full SHA for 92e8030
sqlmesh/core/selector.py
@@ -40,7 +40,6 @@ def __init__(
40
self._default_catalog = default_catalog
41
self._dialect = dialect
42
self._git_client = GitClient(context_path)
43
- self.__models_by_tag: t.Optional[t.Dict[str, t.Set[str]]] = None
44
45
if dag is None:
46
self._dag: DAG[str] = DAG()
0 commit comments