Skip to content

Commit 9e60c4a

Browse files
committed
Chore!: bump sqlglot to v27.15.1
1 parent e46caec commit 9e60c4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"requests",
2525
"rich[jupyter]",
2626
"ruamel.yaml",
27-
"sqlglot[rs]~=27.14.0",
27+
"sqlglot[rs]~=27.15.3",
2828
"tenacity",
2929
"time-machine",
3030
"json-stream"

sqlmesh/core/renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def _resolve_table(table: str | exp.Table) -> str:
255255
if not expressions:
256256
raise ConfigError(f"Failed to parse an expression:\n{self._expression}")
257257
except Exception as ex:
258+
# breakpoint()
258259
raise ConfigError(
259260
f"Could not parse the rendered jinja at '{self._path}'.\n{ex}"
260261
) from ex

0 commit comments

Comments
 (0)