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
Update pre-commit hook configuration to version v0.0.27 and enhance documentation
- Updated the pre-commit hook version to v0.0.27 in configuration files.
- Added new optional arguments for manifest and catalog file paths in the README and documentation.
- Clarified requirements for DBT artifacts in the documentation to improve user guidance.
**Note**: The catalog file is optional but recommended for comprehensive analysis. If not available, the hook will continue without catalog information.
99
113
100
114
**Manual Execution:**
101
115
@@ -115,6 +129,8 @@ To run individual hooks:
115
129
116
130
- **Authentication Issues**: Ensure your token and instance name are correctly set
117
131
- **Empty Config Files**: The hook will fail if your config file is empty or invalid
132
+
- **Missing Manifest File**: Ensure you have run `dbt compile` or `dbt run` to generate the manifest.json file
133
+
- **Missing Catalog File**: Run `dbt docs generate` to create the catalog.json file (optional but recommended)
118
134
- **No Changes**: If no relevant files have changed, the hook will skip execution
119
135
- **Network Issues**: Ensure you have access to the DataPilot API
120
136
@@ -150,13 +166,15 @@ Here's a complete example of a ``.pre-commit-config.yaml`` file:
0 commit comments