We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d6f0b commit 4638b5cCopy full SHA for 4638b5c
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"requests",
25
"rich[jupyter]",
26
"ruamel.yaml",
27
- "sqlglot[rs]~=27.27.0",
+ "sqlglot[rs]~=27.28.0",
28
"tenacity",
29
"time-machine",
30
"json-stream"
sqlmesh/core/lineage.py
@@ -66,6 +66,7 @@ def lineage(
66
scope=scope,
67
trim_selects=trim_selects,
68
dialect=model.dialect,
69
+ copy=False,
70
)
71
72
0 commit comments