sqllineage icon indicating copy to clipboard operation
sqllineage copied to clipboard

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

Open zhengtingxue opened this issue 10 months ago • 3 comments

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

zhengtingxue avatar Apr 24 '24 00:04 zhengtingxue

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

xyj0925 avatar Apr 24 '24 03:04 xyj0925

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

delphisharp avatar Apr 26 '24 06:04 delphisharp

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

reata avatar May 13 '24 13:05 reata