actions-marketplace-validations/dbt Cloud action
Runs a dbt Cloud Job specified by Job ID
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 31, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/fal-ai_dbt-cloud-action@59f51cd87f33499d0562c9b93626db272de48f10 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt_cloud_url | dbt Cloud base API URL | no | https://cloud.getdbt.com |
| dbt_cloud_token | dbt Cloud API token | yes | — |
| dbt_cloud_account_id | dbt Cloud account ID | yes | — |
| dbt_cloud_job_id | dbt Cloud Job ID | yes | — |
| interval | Interval between polls in seconds | no | 30 |
| failure_on_error | Boolean to make the action report a failure when dbt-cloud runs. Mark this as `false` to run fal after the dbt-cloud job. | yes | — |
| get_artifacts | Whether run results, needed by fal, are fetched from dbt cloud. If using this action in other contexts this can be set to `false`, useful for jobs which do not generate artifacts. | no | true |
| cause | Job trigger cause | yes | Triggered by a GitHub Action |
| git_sha | The git sha to check out before running this job | no | — |
| git_branch | The git branch to check out before running this job | no | — |
| schema_override | Override the destination schema in the configured target for this job. | no | — |
| dbt_version_override | Override the version of dbt used to run this job | no | — |
| threads_override | Override the number of threads used to run this job | no | — |
| target_name_override | Override the target.name context variable used when running this job | no | — |
| generate_docs_override | Override whether or not this job generates docs (true=yes, false=no) | no | — |
| timeout_seconds_override | Override the timeout in seconds for this job | no | — |
| steps_override | Override the list of steps for this job. Pass a yaml list enclosed in a string and it will be parsed and sent as a list. | no | — |
| wait_for_job | Boolean for whether action should wait until dbt job finishes | no | true |
Outputs
| name | description |
|---|---|
| git_sha | Repository SHA in which dbt Cloud Job ran |
| run_id | Run ID of the dbt Cloud Job that was triggered |