Skip to content

Commit 6cf0903

Browse files
committed
Remove ParseTimeADapterCallError exception from sqlglot parsing try block
1 parent a1ce702 commit 6cf0903

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmesh/core/renderer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ def _resolve_table(table: str | exp.Table) -> str:
250250

251251
if not expressions:
252252
raise ConfigError(f"Failed to parse an expression:\n{self._expression}")
253-
except ParsetimeAdapterCallError:
254-
raise
255253
except Exception as ex:
256254
raise ConfigError(f"Could not parse jinja at '{self._path}'.\n{ex}") from ex
257255

0 commit comments

Comments
 (0)