File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 403403 "args" : [],
404404 "require_serial" : false ,
405405 "additional_dependencies" : [
406- " eslint@9.1.1 "
406+ " eslint@9.2.0 "
407407 ],
408408 "minimum_pre_commit_version" : " 0"
409409 }
69866986 " yaml"
69876987 ]
69886988 },
6989+ {
6990+ "id" : " check-model-has-contract" ,
6991+ "name" : " Check model has contract" ,
6992+ "description" : " Check model has contract enforced = True" ,
6993+ "entry" : " check-model-has-contract" ,
6994+ "language" : " python" ,
6995+ "types_or" : [
6996+ " yaml"
6997+ ]
6998+ },
6999+ {
7000+ "id" : " check-model-has-constraints" ,
7001+ "name" : " Check model has constraints" ,
7002+ "description" : " Check model has constraints for specific columns" ,
7003+ "entry" : " check-model-has-constraints" ,
7004+ "language" : " python" ,
7005+ "types_or" : [
7006+ " yaml"
7007+ ]
7008+ },
69897009 {
69907010 "id" : " check-model-has-description" ,
69917011 "name" : " Check the model has description" ,
Original file line number Diff line number Diff line change @@ -4082,6 +4082,14 @@ <h3 data-repo="https://github.com/dbt-checkpoint/dbt-checkpoint">
40824082 < code > check-model-has-all-columns</ code >
40834083 - Ensures that all columns in database are specified in properties file.
40844084 </ li >
4085+ < li data-id ="check-model-has-contract " data-types ="yaml ">
4086+ < code > check-model-has-contract</ code >
4087+ - Check model has contract enforced = True
4088+ </ li >
4089+ < li data-id ="check-model-has-constraints " data-types ="yaml ">
4090+ < code > check-model-has-constraints</ code >
4091+ - Check model has constraints for specific columns
4092+ </ li >
40854093 < li data-id ="check-model-has-description " data-types ="yaml, sql ">
40864094 < code > check-model-has-description</ code >
40874095 - Ensures that the model has description in properties file.
You can’t perform that action at this time.
0 commit comments