dpguthrie/dbt Cloud Column Aware CI
This action will run dbt Cloud CI jobs taking into account downstream dependencies from projects set up with dbt Mesh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt_cloud_service_token | dbt Cloud Service Token | yes | — |
| dbt_cloud_token_value | dbt Cloud Personal API Key for use with the dbt Cloud CLI | yes | — |
| dbt_cloud_token_name | The name of the personal API Key created in dbt Cloud | yes | — |
| dbt_cloud_account_id | dbt Cloud Account ID | yes | — |
| dbt_cloud_job_id | dbt Cloud CI Job ID for the current project | yes | — |
| dbt_cloud_host | dbt Cloud host | no | cloud.getdbt.com |
| dialect | SQL dialect used in the dbt project (e.g., 'snowflake', 'bigquery', 'redshift') | yes | — |
| log_level | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | no | INFO |
| dry_run | If true, will compile and analyze changes but won't trigger the dbt Cloud job | no | false |
| github_token | GitHub token for API authentication | no | ${{ github.token }} |
Outputs
no outputs