org-not-included/Run checks against DBT Models

Compares columns and rows in BigQuery.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GCP_TOKENThe GCP Key used to connect to BQyesabcd
GH_TOKENThe PAT to Comment on PRsyes1234
PR_NUMBERThe PR to Comment onyes${{ github.event.number }}
GH_REPOThe Github Repositoryyes${{ github.repository }}
GH_ORGThe Github Repository Owneryes${{ github.repository_owner }}
WORK_DIRThe fullpath to dbt workspaceyes${{ github.workspace }}
DBT_PROFILE_FILEThe fullpath to dbt profile (needs to exist in repo)yeshelpers/profiles.yml
project_idThe BigQuery Project IDyesmy-bq-project
dev_prefixThe schema prefix used by dbt on dev datasetsyesdev_
prod_prefixThe schema prefix used by dbt on prod datasetsyesprod_
fallback_prefixAn alternative schema prefix used by a select few prod datasetsyes""
ignored_schemasSchemas which do not have a prod counterpart (ignored)yeslegacy,ignored
irregular_schemasThe schemas which leverage fallback prefixyesscratch,test
custom_checks_pathA local folder containing any custom SQL to run.no""

no outputs