errors
Returns the errors related to check executions on tables and columns.
get_column_monitoring_errors
Returns errors related to the recent column level monitoring executions for the monitoring at a requested time scale
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/monitoring/{timeScale}/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
column_name | Column name | string | |
time_scale | Time scale | CheckTimeScale | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples
get_column_partitioned_errors
Returns the errors related to the recent column level partitioned checks executions for a requested time scale
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/partitioned/{timeScale}/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
column_name | Column name | string | |
time_scale | Time scale | CheckTimeScale | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples
get_column_profiling_errors
Returns the errors related to the recent check executions for all column level data quality profiling checks on a column
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/profiling/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
column_name | Column name | string | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples
get_table_monitoring_errors
Returns the errors related to the most recent table level monitoring executions for the monitoring at a requested time scale
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/monitoring/{timeScale}/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
time_scale | Time scale | CheckTimeScale | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples
get_table_partitioned_errors
Returns errors related to the recent table level partitioned checks executions for a requested time scale
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/partitioned/{timeScale}/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
time_scale | Time scale | CheckTimeScale | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples
get_table_profiling_errors
Returns the errors related to the most recent check executions for all table level data quality profiling checks on a table
Source code
GET
http://localhost:8888/api/connections/{connectionName}/schemas/{schemaName}/tables/{tableName}/profiling/errors
Return value
Property name | Description | Data type |
---|---|---|
errors_list_model | List[ErrorsListModel] |
Parameters of this method are described below
Property name | Description | Data type | Required |
---|---|---|---|
connection_name | Connection name | string | |
schema_name | Schema name | string | |
table_name | Table name | string | |
data_group | Data group | string | |
month_start | Month start boundary | string | |
month_end | Month end boundary | string | |
check_name | Check name | string | |
category | Check category name | string | |
table_comparison | Table comparison name | string | |
max_results_per_check | Maximum number of results per check, the default is 100 | long |
Usage examples