/AWS1/CL_GLUFEDERATEDCATALOG¶
A catalog that points to an entity outside the Glue Data Catalog.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_identifier TYPE /AWS1/GLUFEDERATIONIDENTIFIER /AWS1/GLUFEDERATIONIDENTIFIER¶
A unique identifier for the federated catalog.
iv_connectionname TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the connection to an external data source, for example a Redshift-federated catalog.
iv_connectiontype TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
Queryable Attributes¶
Identifier¶
A unique identifier for the federated catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
ConnectionName¶
The name of the connection to an external data source, for example a Redshift-federated catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONNAME() |
Getter for CONNECTIONNAME, with configurable default |
ASK_CONNECTIONNAME() |
Getter for CONNECTIONNAME w/ exceptions if field has no valu |
HAS_CONNECTIONNAME() |
Determine if CONNECTIONNAME has a value |
ConnectionType¶
The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONTYPE() |
Getter for CONNECTIONTYPE, with configurable default |
ASK_CONNECTIONTYPE() |
Getter for CONNECTIONTYPE w/ exceptions if field has no valu |
HAS_CONNECTIONTYPE() |
Determine if CONNECTIONTYPE has a value |