/AWS1/CL_GLUSPARKCNCTORSOURCE¶
Specifies a connector to an Apache Spark data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME¶
The name of the data source.
iv_connectionname TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The name of the connection that is associated with the connector.
iv_connectorname TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The name of a connector that assists with accessing the data store in Glue Studio.
iv_connectiontype TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.
Optional arguments:¶
it_additionaloptions TYPE /AWS1/CL_GLUADDLOPTIONS_W=>TT_ADDITIONALOPTIONS TT_ADDITIONALOPTIONS¶
Additional connection options for the connector.
it_outputschemas TYPE /AWS1/CL_GLUGLUESCHEMA=>TT_GLUESCHEMAS TT_GLUESCHEMAS¶
Specifies data schema for the custom spark source.
Queryable Attributes¶
Name¶
The name of the 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 |
ConnectionName¶
The name of the connection that is associated with the connector.
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 |
ConnectorName¶
The name of a connector that assists with accessing the data store in Glue Studio.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORNAME() |
Getter for CONNECTORNAME, with configurable default |
ASK_CONNECTORNAME() |
Getter for CONNECTORNAME w/ exceptions if field has no value |
HAS_CONNECTORNAME() |
Determine if CONNECTORNAME has a value |
ConnectionType¶
The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.
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 |
AdditionalOptions¶
Additional connection options for the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALOPTIONS() |
Getter for ADDITIONALOPTIONS, with configurable default |
ASK_ADDITIONALOPTIONS() |
Getter for ADDITIONALOPTIONS w/ exceptions if field has no v |
HAS_ADDITIONALOPTIONS() |
Determine if ADDITIONALOPTIONS has a value |
OutputSchemas¶
Specifies data schema for the custom spark 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 |