/AWS1/CL_GLUS3CATALOGICEBERG00¶
Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog. The Iceberg data source must be stored in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME¶
The name of the Iceberg data source.
iv_database TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The name of the database to read from.
iv_table TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The name of the table in the database to read from.
Optional arguments:¶
it_additionalicebergoptions TYPE /AWS1/CL_GLUADDLOPTIONS_W=>TT_ADDITIONALOPTIONS TT_ADDITIONALOPTIONS¶
Specifies additional connection options for the Iceberg data source.
it_outputschemas TYPE /AWS1/CL_GLUGLUESCHEMA=>TT_GLUESCHEMAS TT_GLUESCHEMAS¶
Specifies the data schema for the Iceberg source.
Queryable Attributes¶
Name¶
The name of the Iceberg data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Database¶
The name of the database to read from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASE() |
Getter for DATABASE, with configurable default |
ASK_DATABASE() |
Getter for DATABASE w/ exceptions if field has no value |
HAS_DATABASE() |
Determine if DATABASE has a value |
Table¶
The name of the table in the database to read from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLE() |
Getter for TABLE, with configurable default |
ASK_TABLE() |
Getter for TABLE w/ exceptions if field has no value |
HAS_TABLE() |
Determine if TABLE has a value |
AdditionalIcebergOptions¶
Specifies additional connection options for the Iceberg data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALICEBERGOPTIONS() |
Getter for ADDITIONALICEBERGOPTIONS, with configurable defau |
ASK_ADDITIONALICEBERGOPTIONS() |
Getter for ADDITIONALICEBERGOPTIONS w/ exceptions if field h |
HAS_ADDITIONALICEBERGOPTIONS() |
Determine if ADDITIONALICEBERGOPTIONS has a value |
OutputSchemas¶
Specifies the data schema for the Iceberg source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTSCHEMAS() |
Getter for OUTPUTSCHEMAS, with configurable default |
ASK_OUTPUTSCHEMAS() |
Getter for OUTPUTSCHEMAS w/ exceptions if field has no value |
HAS_OUTPUTSCHEMAS() |
Determine if OUTPUTSCHEMAS has a value |