/AWS1/CL_IOAGLUECONFIGURATION¶
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_tablename
TYPE /AWS1/IOAGLUETABLENAME
/AWS1/IOAGLUETABLENAME
¶
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
iv_databasename
TYPE /AWS1/IOAGLUEDATABASENAME
/AWS1/IOAGLUEDATABASENAME
¶
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
Queryable Attributes¶
tableName¶
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |
databaseName¶
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASENAME() |
Getter for DATABASENAME, with configurable default |
ASK_DATABASENAME() |
Getter for DATABASENAME w/ exceptions if field has no value |
HAS_DATABASENAME() |
Determine if DATABASENAME has a value |