/AWS1/CL_GLUAUTODATAQUALITY¶
Specifies configuration options for automatic data quality evaluation in Glue jobs. This structure enables automated data quality checks and monitoring during ETL operations, helping to ensure data integrity and reliability without manual intervention.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_isenabled TYPE /AWS1/GLUBOOLEANVALUE /AWS1/GLUBOOLEANVALUE¶
Specifies whether automatic data quality evaluation is enabled. When set to
true, data quality checks are performed automatically.
iv_evaluationcontext TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP¶
The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.
Queryable Attributes¶
IsEnabled¶
Specifies whether automatic data quality evaluation is enabled. When set to
true, data quality checks are performed automatically.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISENABLED() |
Getter for ISENABLED |
EvaluationContext¶
The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONCONTEXT() |
Getter for EVALUATIONCONTEXT, with configurable default |
ASK_EVALUATIONCONTEXT() |
Getter for EVALUATIONCONTEXT w/ exceptions if field has no v |
HAS_EVALUATIONCONTEXT() |
Determine if EVALUATIONCONTEXT has a value |