/AWS1/CL_GLUGETDATAQUALITYRL03¶
Returns the data quality ruleset response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the ruleset.
iv_description TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
A description of the ruleset.
iv_ruleset TYPE /AWS1/GLUDATAQUALITYRULESETSTR /AWS1/GLUDATAQUALITYRULESETSTR¶
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
io_targettable TYPE REF TO /AWS1/CL_GLUDATAQUALITYTGTTBL /AWS1/CL_GLUDATAQUALITYTGTTBL¶
The name and database name of the target table.
iv_createdon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
A timestamp. The time and date that this data quality ruleset was created.
iv_lastmodifiedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
A timestamp. The last point in time when this data quality ruleset was modified.
iv_recommendationrunid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
iv_dataqualitysecurityconf TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the security configuration created with the data quality encryption option.
Queryable Attributes¶
Name¶
The name of the ruleset.
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 |
Description¶
A description of the ruleset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Ruleset¶
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULESET() |
Getter for RULESET, with configurable default |
ASK_RULESET() |
Getter for RULESET w/ exceptions if field has no value |
HAS_RULESET() |
Determine if RULESET has a value |
TargetTable¶
The name and database name of the target table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTABLE() |
Getter for TARGETTABLE |
CreatedOn¶
A timestamp. The time and date that this data quality ruleset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDON() |
Getter for CREATEDON, with configurable default |
ASK_CREATEDON() |
Getter for CREATEDON w/ exceptions if field has no value |
HAS_CREATEDON() |
Determine if CREATEDON has a value |
LastModifiedOn¶
A timestamp. The last point in time when this data quality ruleset was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON, with configurable default |
ASK_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON w/ exceptions if field has no valu |
HAS_LASTMODIFIEDON() |
Determine if LASTMODIFIEDON has a value |
RecommendationRunId¶
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONRUNID() |
Getter for RECOMMENDATIONRUNID, with configurable default |
ASK_RECOMMENDATIONRUNID() |
Getter for RECOMMENDATIONRUNID w/ exceptions if field has no |
HAS_RECOMMENDATIONRUNID() |
Determine if RECOMMENDATIONRUNID has a value |
DataQualitySecurityConfiguration¶
The name of the security configuration created with the data quality encryption option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAQUALITYSECURITYCONF() |
Getter for DATAQUALITYSECURITYCONF, with configurable defaul |
ASK_DATAQUALITYSECURITYCONF() |
Getter for DATAQUALITYSECURITYCONF w/ exceptions if field ha |
HAS_DATAQUALITYSECURITYCONF() |
Determine if DATAQUALITYSECURITYCONF has a value |