/AWS1/CL_GLURECIPE¶
A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME¶
The name of the Glue Studio node.
it_inputs TYPE /AWS1/CL_GLUONEINPUT_W=>TT_ONEINPUT TT_ONEINPUT¶
The nodes that are inputs to the recipe node, identified by id.
Optional arguments:¶
io_recipereference TYPE REF TO /AWS1/CL_GLURECIPEREFERENCE /AWS1/CL_GLURECIPEREFERENCE¶
A reference to the DataBrew recipe used by the node.
it_recipesteps TYPE /AWS1/CL_GLURECIPESTEP=>TT_RECIPESTEPS TT_RECIPESTEPS¶
Transform steps used in the recipe node.
Queryable Attributes¶
Name¶
The name of the Glue Studio node.
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 |
Inputs¶
The nodes that are inputs to the recipe node, identified by id.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTS() |
Getter for INPUTS, with configurable default |
ASK_INPUTS() |
Getter for INPUTS w/ exceptions if field has no value |
HAS_INPUTS() |
Determine if INPUTS has a value |
RecipeReference¶
A reference to the DataBrew recipe used by the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPEREFERENCE() |
Getter for RECIPEREFERENCE |
RecipeSteps¶
Transform steps used in the recipe node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPESTEPS() |
Getter for RECIPESTEPS, with configurable default |
ASK_RECIPESTEPS() |
Getter for RECIPESTEPS w/ exceptions if field has no value |
HAS_RECIPESTEPS() |
Determine if RECIPESTEPS has a value |