/AWS1/CL_DBRDATACATALOGINPDEFN¶
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_databasename TYPE /AWS1/DBRDATABASENAME /AWS1/DBRDATABASENAME¶
The name of a database in the Data Catalog.
iv_tablename TYPE /AWS1/DBRTABLENAME /AWS1/DBRTABLENAME¶
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
Optional arguments:¶
iv_catalogid TYPE /AWS1/DBRCATALOGID /AWS1/DBRCATALOGID¶
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
io_tempdirectory TYPE REF TO /AWS1/CL_DBRS3LOCATION /AWS1/CL_DBRS3LOCATION¶
Represents an Amazon location where DataBrew can store intermediate results.
Queryable Attributes¶
CatalogId¶
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
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 |
DatabaseName¶
The name of a database in the 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 a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
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 |
TempDirectory¶
Represents an Amazon location where DataBrew can store intermediate results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPDIRECTORY() |
Getter for TEMPDIRECTORY |