When the column of the target table are different from the columns of the source table, the generated column are lineage, and the column of the target table are still generated from the source table
SQL
Paste the SQL text here. For example:
insert into db.tbl_z select * from db.tbl_x
API (Application Programming Interface): provide the python code you're using and the output.
For example:
Describe the bug
SQL Paste the SQL text here. For example:
API (Application Programming Interface): provide the python code you're using and the output. For example:
Expected behavior
{(db.tbl_x.b, db.tbl_z.t), (db.tbl_x.id, db.tbl_z.pk), (db.tbl_x.a, db.tbl_z.s)}
actual: {(db.tbl_x.b, db.tbl_z.b), (db.tbl_x.id, db.tbl_z.id), (db.tbl_x.a, db.tbl_z.a)}
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):