Nathan Griffiths

Results 5 comments of Nathan Griffiths

I think I just ran into this issue myself, ironically while adding dbt-checkpoint to the project. This required adding or editing these files to the root of the project: ```...

@noel Environment: dbt-bigquery 1.5.6 Python 3.10.10 Gitbash on Windows 11 Git repo structure: project_root_folder/dbt_project_folder dbt_project_folder contains an existing dbt project with a large number of non-compliant files. *Steps* In project_root_folder:...

The workaround for this e.g. when adding dbt-checkpoint to a new repo is: - stage (`git add`) _only the changed yaml files_ - commit the files bypassing pre-commit checks e.g....

We have also just run into this issue - our Github Actions service account has the "BigQuery Metadata Viewer" role but `dbt docs generate` still fails with permissions errors -...

> Thanks for reaching out @nathangriffiths-cdx ! > > Is your request basically that the SQL for snapshots would be written to `target/compiled/your_project/snapshots/` when you run `dbt compile`? Yes, that's...