Iceberg MERGE, UPDATE and DELETE operations support #593
alberto-lucini
started this conversation in
General
Replies: 1 comment 1 reply
-
This is not supported by spline yet. I created an issue for it #594 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm testing spline-spark-agent (v. 1.0.2) with Iceberg tables. As I can see from this release note it should be supported since v. 0.7.8.
If I try standard operations, like appending data, lineage events are produced as expected; however, if I try with MERGE, UPDATE and DELETE operations, no event is produced.
Example of query that works as expected:
Example of query without lineage events:
The tables are defined in this way:
I'm working on AWS EMR 6.9.0, with spark 3.3.0 and iceberg 0.14.1.
I can see that delta tables have been introduced in v. 0.7.11 and merge, delete, update support for them in v 1.0.0.
Is there a way to capture MERGE, DELETE and UPDATE lineage also for iceberg tables? Or if not available, is there a plan to add it in a future version?
Thank you,
Alberto
Beta Was this translation helpful? Give feedback.
All reactions