/AWS1/CL_GLUUPDICEBERGTBLINPUT¶
Contains the update operations to be applied to an existing Iceberg table inGlue Data Catalog, defining the new state of the table metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_updates TYPE /AWS1/CL_GLUICEBERGTABLEUPDATE=>TT_ICEBERGTABLEUPDATELIST TT_ICEBERGTABLEUPDATELIST¶
The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.
Queryable Attributes¶
Updates¶
The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATES() |
Getter for UPDATES, with configurable default |
ASK_UPDATES() |
Getter for UPDATES w/ exceptions if field has no value |
HAS_UPDATES() |
Determine if UPDATES has a value |