Skip to content

Commit 4f5b78f

Browse files
authored
Update Iceberg table field documentation (#34847)
1 parent ee22eac commit 4f5b78f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/IcebergWriteSchemaTransformProvider.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ public static Builder builder() {
7777
return new AutoValue_IcebergWriteSchemaTransformProvider_Configuration.Builder();
7878
}
7979

80-
@SchemaFieldDescription("Identifier of the Iceberg table.")
80+
@SchemaFieldDescription(
81+
"A fully-qualified table identifier. You may also provide a template to write to multiple dynamic destinations,"
82+
+ " for example: `dataset.my_{col1}_{col2.nested}_table`.")
8183
public abstract String getTable();
8284

8385
@SchemaFieldDescription("Name of the catalog containing the table.")

website/www/site/content/en/documentation/io/managed-io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ and Beam SQL is invoked via the Managed API under the hood.
315315
<code style="color: green">str</code>
316316
</td>
317317
<td>
318-
Identifier of the Iceberg table.
318+
A fully-qualified table identifier. You may also provide a template to write to multiple dynamic destinations, for example: `dataset.my_{col1}_{col2.nested}_table`.
319319
</td>
320320
</tr>
321321
<tr>

0 commit comments

Comments
 (0)