kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

[Bug] [Lineage] create table as select from Hive_table for lineage analysis

Open hashmapybx opened this issue 4 months ago • 2 comments

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: Image

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.

hashmapybx avatar Sep 20 '25 14:09 hashmapybx

Hello @hashmapybx, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi.

github-actions[bot] avatar Sep 20 '25 14:09 github-actions[bot]

The following picture shows the error exception stack information when executing the above create table.

Image

hashmapybx avatar Sep 22 '25 03:09 hashmapybx