Skip to content

Commit

Permalink
Create sleutelIsNietNULL.json (#91)
Browse files Browse the repository at this point in the history
* Create sleutelIsNietNULL.json

* Rename sleutelIsNietNULL.json to sleutel_is_niet_null.json
  • Loading branch information
ArthurKordes authored Feb 17, 2025
1 parent 29b4116 commit ccb54cb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions share_rule_sets/sleutel_is_niet_null.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"dataset": {
"name": "datasetNaam",
"layer": "Goud"
},
"tables": [
{
"table_name": "tabelNaam",
"unique_identifier": "id",
"rules": [
{
"rule_name": "ExpectColumnValuesToNotBeNull",
"norm": 100,
"parameters": {
"column": "id"
}
}
]
}
]
}

0 comments on commit ccb54cb

Please sign in to comment.