open-metadata / openmetadata-spark-agent

Apache License 2.0
2 stars 2 forks source link

Data Lineage Not Added for New Table Creation in Spark #18

Open dntjr8096 opened 2 months ago

dntjr8096 commented 2 months ago

Description: When creating a new Impala table using Spark with existing Impala tables, the data lineage is not being added. It seems that the toEntity in the code doesn’t retrieve information for the new table.

Expected Behavior: in general, if it's a new table, I thought it would be appropriate to add a table to the data service (impala here) inside open metadata and data lineage should be automatically added for the new Impala table created in Spark, ensuring complete metadata lineage.

Actual Behavior: No data lineage is added for the new table, resulting in incomplete metadata lineage.

Slack Link

Additional Information: