Skip to content

Commit

Permalink
missing check-model-parents-schema (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
miki-lwy committed Jan 26, 2022
1 parent c335e43 commit ea9c6ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-hooks.yaml
Expand Up @@ -87,6 +87,11 @@
entry: check-model-name-contract
language: python
types: [sql]
- id: check-model-parents-schema
name: Check parent models or sources are from certain schema
entry: check-model-parents-schema
language: python
types_or: [yaml]
- id: check-model-parents-and-childs
name: Check the model has a parents/childs
description: Ensures the model has a specific number (max/min) of parents or/and childs.
Expand Down

0 comments on commit ea9c6ba

Please sign in to comment.