docs(samples): Dataflow to Apache Iceberg with dynamic destinations #9645
+156
−40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add snippet for Iceberg dynamic destinations
Add a snippet that shows the use of [https://github.com/[Task]: Add utilities to easily implement portable dynamic destinations apache/beam#32365](dynamic destinations) when writing to Apache Iceberg from Dataflow, This is a new feature in Beam 2.60.
Refactor integration tests to remove the assumption of exactly 1 destination table.
Relevant doc bug: b/371047621
Checklist
pom.xml
parent set to latestshared-configuration
mvn clean verify
requiredmvn -P lint checkstyle:check
requiredmvn -P lint clean compile pmd:cpd-check spotbugs:check
advisory only