catchco/Get dbt Cloud Run Id
Get the Run Id from dbt Cloud for a given GitHub PR number.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 10, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: catchco/dbt-cloud-get-run-id@0c0cb2d9fa08538cd4b1bc072a7fe478b8775a99 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt_cloud_account_id | dbt Cloud Account Id | yes | — |
| dbt_cloud_api_key | dbt Cloud API Key | yes | — |
| dbt_cloud_job_id | The dbt Cloud Job Definition Id to search for associated runs. | yes | — |
| dbt_cloud_request_limit | Record limit to apply when listing runs. | no | 100 |
Outputs
| name | description |
|---|---|
| runId | The most recent dbt Cloud Run Id that is associated to the pull request. |