kyuubi
kyuubi copied to clipboard
[Bug] [Lineage] create table as select from Hive_table for lineage analysis
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Search before asking
- [x] I have searched in the issues and found no similar issues.
Describe the bug
spark-sql (atlas_ybx)> create table table_lineage_1 as select * from raw_logs; Time taken: 1.812 seconds
some execution result is:
But, I can't find the lineage to this table table_lineage_1 from atlas web UI.
Affects Version(s)
1.9.0
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
No response
Are you willing to submit PR?
- [x] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
- [x] No. I cannot submit a PR at this time.
Hello @hashmapybx, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi.
The following picture shows the error exception stack information when executing the above create table.