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
insert into
tgt_tbl1
(
id
)
selectsq.idfrom
(
selectsrc_tbl1.idfrom
src_tbl1
left join
tgt_tbl1
onsrc_tbl1.id=tgt_tbl1.idwheretgt_tbl1.id is null
) as sq
;
To Reproduce
Note here we refer to SQL provided in prior step as stored in a file named test.sql
SQL
To Reproduce
Note here we refer to SQL provided in prior step as stored in a file named
test.sql
Actual behavior
Expected behavior
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):Additional context
The text was updated successfully, but these errors were encountered: