stevedow99/dbt Cloud Get Job Run Action
This actions checks a dbt cloud job and find the most recent run. It then waits until the run is over and outputs the status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 | — |
| job_check_interval | Interval between polls in seconds | no | 45 |
Outputs
| name | description |
|---|---|
| dbt_cloud_job_run_status | The human readable version of the most recent dbt cloud job |
| dbt_cloud_job_run_url | A link to the dbt cloud job run |