mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 18:38:17 +00:00
18 lines
475 B
JSON
18 lines
475 B
JSON
{"rules": [
|
|
{
|
|
"field": "my_event_data",
|
|
"isFieldLevel": false,
|
|
"type": "isNull",
|
|
"checkDefinition": "n/a",
|
|
"url": "https://github.com/datahub-project/datahub/blob/master/checks/nonNull.sql"
|
|
},
|
|
{
|
|
"field": "timestamp",
|
|
"isFieldLevel": true,
|
|
"type": "increasing",
|
|
"checkDefinition": "n/a",
|
|
"url": "https://github.com/datahub-project/datahub/blob/master/checks/increasing.sql"
|
|
}
|
|
]
|
|
}
|