You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE statement with FROM keyword or with the join is not readable by the sqllineage, could you please check and update this please. I'm sharing one sample code for the same.
SQL
Paste the SQL text here. For example:
UPDATE t1
FROMtest_db1.table1 t1
,test_db2.table2 t2
SET Indicator = CASE WHEN Cde IN ('04','05','06') AND T_Code IS NOT NULL THEN 'Y'
ELSE NULL
END
WHEREt1.StsCde=t2.StsCdeANDt1.UnCde=t2.T_CodeANDt2.t2_endDate<='2024-05-31'ANDt2.eff_end_date>'2024-05-31';
To Reproduce Note here we refer to SQL provided in prior step as stored in a file named test.sql
if CLI (Command Line Interface): provide the command you're calling and the output.
For example:
elif Web UI (Web User Interface): provide the lineage graph which could be downloaded from the page, or screenshots if there're components other than the lineage graph that's related to this bug.
else: whatever other ways to reproduce this bug.
Expected behavior
A clear and concise description of what you expected to happen, and the output in accordance with the To Reproduce section.
Python version (available via python --version)
3.8.17
3.9.18
3.10.13
3.11.5
etc.
SQLLineage version (available via sqllineage --version):
1.3.8
1.4.7
etc.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Please update the To Reproduce (besides SQL, please add exception stack or incorrect result), Expected behavior and SQLLineage version section accordingly. Current input is not enough for debugging.
Describe the bug
SQL
Paste the SQL text here. For example:
To Reproduce
Note here we refer to SQL provided in prior step as stored in a file named
test.sql
if
CLI (Command Line Interface): provide the command you're calling and the output.For example:
elif
API (Application Programming Interface): provide the python code you're using and the output.For example:
elif
Web UI (Web User Interface): provide the lineage graph which could be downloaded from the page, or screenshots if there're components other than the lineage graph that's related to this bug.else
: whatever other ways to reproduce this bug.Expected behavior
A clear and concise description of what you expected to happen, and the output in accordance with the
To Reproduce
section.Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: