/AWS1/CL_GLUDATAQUALITYRLSET01¶
Describes the result of a data quality ruleset evaluation run.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The unique run identifier associated with this run.
iv_status TYPE /AWS1/GLUTASKSTATUSTYPE /AWS1/GLUTASKSTATUSTYPE¶
The status for this run.
iv_startedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time when the run started.
io_datasource TYPE REF TO /AWS1/CL_GLUDATASOURCE /AWS1/CL_GLUDATASOURCE¶
The data source (an Glue table) associated with the run.
Queryable Attributes¶
RunId¶
The unique run identifier associated with this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNID() |
Getter for RUNID, with configurable default |
ASK_RUNID() |
Getter for RUNID w/ exceptions if field has no value |
HAS_RUNID() |
Determine if RUNID has a value |
Status¶
The status for this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StartedOn¶
The date and time when the run started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
DataSource¶
The data source (an Glue table) associated with the run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATAQUALITYRLSETEVALRUNLST¶
TYPES TT_DATAQUALITYRLSETEVALRUNLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUDATAQUALITYRLSET01 WITH DEFAULT KEY
.