fal-ai/dbt Cloud action

Runs a dbt Cloud Job specified by Job ID

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dbt_cloud_urldbt Cloud base API URLnohttps://cloud.getdbt.com
dbt_cloud_tokendbt Cloud API tokenyes
dbt_cloud_account_iddbt Cloud account IDyes
dbt_cloud_job_iddbt Cloud Job IDyes
intervalInterval between polls in secondsno30
failure_on_errorBoolean 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_artifactsWhether 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.notrue
causeJob trigger causeyesTriggered by a GitHub Action
git_shaThe git sha to check out before running this jobno
git_branchThe git branch to check out before running this jobno
schema_overrideOverride the destination schema in the configured target for this job.no
dbt_version_overrideOverride the version of dbt used to run this jobno
threads_overrideOverride the number of threads used to run this jobno
target_name_overrideOverride the target.name context variable used when running this jobno
generate_docs_overrideOverride whether or not this job generates docs (true=yes, false=no)no
timeout_seconds_overrideOverride the timeout in seconds for this jobno
steps_overrideOverride 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_jobBoolean for whether action should wait until dbt job finishesnotrue
namedescription
git_shaRepository SHA in which dbt Cloud Job ran
run_idRun ID of the dbt Cloud Job that was triggered