Skip to content

/AWS1/CL_GLUCTLGTABLECFGOPTS

The configuration for a Glue Data Catalog table used to store data quality results.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_databasename TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

The name of the database in the Glue Data Catalog.

iv_tablename TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

The name of the table in the Glue Data Catalog.

iv_s3location TYPE /AWS1/GLUURISTRING /AWS1/GLUURISTRING

The Amazon S3 location for storing the results.

iv_catalogid TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

A unique identifier for the Glue Data Catalog.


Queryable Attributes

DatabaseName

The name of the database in the Glue Data Catalog.

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

TableName

The name of the table in the Glue Data Catalog.

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

S3Location

The Amazon S3 location for storing the results.

Accessible with the following methods

Method Description
GET_S3LOCATION() Getter for S3LOCATION, with configurable default
ASK_S3LOCATION() Getter for S3LOCATION w/ exceptions if field has no value
HAS_S3LOCATION() Determine if S3LOCATION has a value

CatalogId

A unique identifier for the Glue Data Catalog.

Accessible with the following methods

Method Description
GET_CATALOGID() Getter for CATALOGID, with configurable default
ASK_CATALOGID() Getter for CATALOGID w/ exceptions if field has no value
HAS_CATALOGID() Determine if CATALOGID has a value