Skip to content

/AWS1/CL_GLUDATAQUALITYRLREC01

Describes the result of a data quality rule recommendation 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 this run started.

io_datasource TYPE REF TO /AWS1/CL_GLUDATASOURCE /AWS1/CL_GLUDATASOURCE

The data source (Glue table) associated with the recommendation run.

iv_createdrulesetname TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

The name of the ruleset that was created by the recommendation 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 this 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 (Glue table) associated with the recommendation run.

Accessible with the following methods

Method Description
GET_DATASOURCE() Getter for DATASOURCE

CreatedRulesetName

The name of the ruleset that was created by the recommendation run.

Accessible with the following methods

Method Description
GET_CREATEDRULESETNAME() Getter for CREATEDRULESETNAME, with configurable default
ASK_CREATEDRULESETNAME() Getter for CREATEDRULESETNAME w/ exceptions if field has no
HAS_CREATEDRULESETNAME() Determine if CREATEDRULESETNAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DATAQUALITYRLRECOMMENDATI00

TYPES TT_DATAQUALITYRLRECOMMENDATI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUDATAQUALITYRLREC01 WITH DEFAULT KEY
.