Restricted Bigquery Dbt Environment
Compatibility trigger for restricted BigQuery/dbt safety work. The durable
implementation guidance now lives in
skills/data-platform/references/restricted-bigquery-dbt.md.
Use For
- Local dbt work that must avoid production BigQuery schemas.
- Temporary schema override workflow and pre-commit removal checks.
Do Not Use For
- Broad data-platform work; use
data-platform. - Unrelated domains, broad rewrites, or generated runtime outputs.
Workflow
- Inspect the relevant files, current repo conventions, and
git status. - Read
skills/data-platform/references/restricted-bigquery-dbt.md. - Make the smallest scoped change that satisfies the request.
- Run the checks named in the preserved guidance or the nearest repo harness.
- Report verification results and any remaining risk.
Examples
For a request in this domain, load preserved guidance, update the relevant source, run focused checks, and summarize the result.
References
skills/data-platform/references/restricted-bigquery-dbt.md
Troubleshooting
If Waza or repo validation disagrees with preserved guidance, follow the stricter rule and record the exception in the handoff.