We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ce702 commit 6cf0903Copy full SHA for 6cf0903
sqlmesh/core/renderer.py
@@ -250,8 +250,6 @@ def _resolve_table(table: str | exp.Table) -> str:
250
251
if not expressions:
252
raise ConfigError(f"Failed to parse an expression:\n{self._expression}")
253
- except ParsetimeAdapterCallError:
254
- raise
255
except Exception as ex:
256
raise ConfigError(f"Could not parse jinja at '{self._path}'.\n{ex}") from ex
257
0 commit comments