sqllineage
sqllineage copied to clipboard
[hive] not support insert into table(field1,fleld2.field3)
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
I had the same problem and I temporarily changed the dialect from hive to sparksql.
https://github.com/reata/sqllineage/pull/557
See if that solves your problem?
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