You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the test check-model-has-properties-file with a macro, the test fails with the following error.
Check the model has properties file......................................Failed
- hook id: check-model-has-properties-file
- exit code: 1
macros/grant_select_on_schemas.sql: does not have model properties defined in any .yml file.
Thanks, @andrewlee-trouva for reporting this. Think it should be fixed in #18. If you want to test that now, you can update your pre-commit-dbt version with pre-commit autoupdate --bleeding-edge or you can wait for the new release (that is hopefully gonna be published soon :D)
Describe the bug
When running the test check-model-has-properties-file with a macro, the test fails with the following error.
The .pre-commit-config.yaml includes the rule:
And the macro has the following .yml file (the filename is the same as the macro name and is stored within the macros folder):
Hope we can get this fixed soon as this is a really useful test to include
The text was updated successfully, but these errors were encountered: