reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.19k stars 215 forks source link

[hive] not support insert into table(field1,fleld2.field3) #600

Open zhengtingxue opened 2 months ago

zhengtingxue commented 2 months ago

hivesql lineage,dialect = hive, when compile insert into znyx.t_cust_tag_rel (source_id,tag_id,cust_type, cust_id,extra_id,extra_info,rec_gen_time,rec_upd_time,data_dt),it throw error, when compile insert into znyx.t_cust_tag_rel,it work well

xyj0925 commented 2 months ago

I had the same problem and I temporarily changed the dialect from hive to sparksql.

delphisharp commented 2 months ago

https://github.com/reata/sqllineage/pull/557
See if that solves your problem?

reata commented 1 month ago

Please provide needed information based on issue template, like your complete SQL, how you're calling it, what's the Python and sqllineage version, otherwise there's no way for us to reproduce your issue. https://github.com/reata/sqllineage/blob/master/.github/ISSUE_TEMPLATE/bug_report.md