ta93abe/dbt Jobs
Run dbt CI / merge / deploy jobs as a composite action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| type | Job type: ci, merge, or deploy | yes | — |
| adapter | dbt adapter short name (currently: snowflake) | yes | — |
| command | dbt commands to run (multi-line supported) | yes | — |
| project-dir | Path to the dbt project root | no | . |
| profile-dir | Directory containing profiles.yml | no | . |
| deferral | Branch to fetch production manifest from | no | "" |
| target | dbt target to use | no | "" |
| run-timeout | Timeout in seconds per command (0 = unlimited) | no | 0 |
| dbt-version | dbt-core version (empty or 'latest' = auto-resolve) | no | "" |
| threads | Number of dbt threads | no | "" |
| source-freshness | Run 'dbt source freshness' | no | false |
| post-pr-comment | Post build results as PR comment (ci only) | no | false |
| ci-schema-prefix | Schema prefix for CI. Sets SNOWFLAKE_SCHEMA to <prefix>_<PR number>. | no | dbt_pr_job |
Outputs
no outputs