/AWS1/CL_GLUDATAQUALITYRLSET00¶
The filter criteria.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_datasource TYPE REF TO /AWS1/CL_GLUDATASOURCE /AWS1/CL_GLUDATASOURCE¶
Filter based on a data source (an Glue table) associated with the run.
Optional arguments:¶
iv_startedbefore TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
Filter results by runs that started before this time.
iv_startedafter TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
Filter results by runs that started after this time.
Queryable Attributes¶
DataSource¶
Filter based on a data source (an Glue table) associated with the run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE |
StartedBefore¶
Filter results by runs that started before this time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDBEFORE() |
Getter for STARTEDBEFORE, with configurable default |
ASK_STARTEDBEFORE() |
Getter for STARTEDBEFORE w/ exceptions if field has no value |
HAS_STARTEDBEFORE() |
Determine if STARTEDBEFORE has a value |
StartedAfter¶
Filter results by runs that started after this time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAFTER() |
Getter for STARTEDAFTER, with configurable default |
ASK_STARTEDAFTER() |
Getter for STARTEDAFTER w/ exceptions if field has no value |
HAS_STARTEDAFTER() |
Determine if STARTEDAFTER has a value |