IcebergPartitionField
Defines a single partition field in an Iceberg partition specification.
Contents
- name
-
The name for this partition field. This name is used in the partitioned file paths.
Type: String
Required: Yes
- source-id
-
The ID of the source schema field to partition by. This must reference a valid field ID from the table schema.
Type: Integer
Required: Yes
- transform
-
The partition transform to apply to the source field. Supported transforms include
identity,year,month,day,hour,bucket, andtruncate. For more information, see the Apache Iceberg partition transforms documentation. Type: String
Required: Yes
- field-id
-
An optional unique identifier for this partition field. If not specified, S3 Tables automatically assigns a field ID.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: