mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-28 21:14:31 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"tests": [
|
|
{
|
|
"testSuiteName": "critical_metrics_suite",
|
|
"testSuiteDescription": "This is a critical test suite running tests important for the business",
|
|
"scheduleInterval": "0 0 * * MON",
|
|
"testCases": [
|
|
{
|
|
"name": "table_column_count_equals",
|
|
"description": "test the number of column in table",
|
|
"entityFqn": "sample_data.ecommerce_db.shopify.dim_address",
|
|
"testDefinitionName": "TableColumnCountToEqual",
|
|
"parameterValues": [
|
|
{
|
|
"name": "columnCount",
|
|
"value": 10
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "table_column_count_between",
|
|
"description": "test the number of column in table is between x and y",
|
|
"entityFqn": "sample_data.ecommerce_db.shopify.dim_address",
|
|
"testDefinitionName": "TableColumnCountToBeBetween",
|
|
"parameterValues": [
|
|
{
|
|
"name": "minColValue",
|
|
"value": 1
|
|
},
|
|
{
|
|
"name": "maxColValue",
|
|
"value": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |