org-not-included/Run checks against DBT Models
Compares columns and rows in BigQuery.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GCP_TOKEN | The GCP Key used to connect to BQ | yes | abcd |
| GH_TOKEN | The PAT to Comment on PRs | yes | 1234 |
| PR_NUMBER | The PR to Comment on | yes | ${{ github.event.number }} |
| GH_REPO | The Github Repository | yes | ${{ github.repository }} |
| GH_ORG | The Github Repository Owner | yes | ${{ github.repository_owner }} |
| WORK_DIR | The fullpath to dbt workspace | yes | ${{ github.workspace }} |
| DBT_PROFILE_FILE | The fullpath to dbt profile (needs to exist in repo) | yes | helpers/profiles.yml |
| project_id | The BigQuery Project ID | yes | my-bq-project |
| dev_prefix | The schema prefix used by dbt on dev datasets | yes | dev_ |
| prod_prefix | The schema prefix used by dbt on prod datasets | yes | prod_ |
| fallback_prefix | An alternative schema prefix used by a select few prod datasets | yes | "" |
| ignored_schemas | Schemas which do not have a prod counterpart (ignored) | yes | legacy,ignored |
| irregular_schemas | The schemas which leverage fallback prefix | yes | scratch,test |
| custom_checks_path | A local folder containing any custom SQL to run. | no | "" |
Outputs
no outputs