Skip to content

v1.4 - This release adds an option to parse the PR number from the schema_override parameter in each dbt Cloud run if the run isn't being triggered from the dbt Cloud direct integration

Latest
Compare
Choose a tag to compare
@Stevedow99 Stevedow99 released this 10 May 22:05
· 1 commit to main since this release
5c5f6f8

Soonho Kwon Created a PR to add in the schema_override parameter which allows the action the ability to parse the PR number from the dbt Cloud run instead of it being passed directed from dbt Cloud triggering the run.

Reasoning for this logic:

"This action works great for jobs triggered directly from the dbt Cloud <> GitHub integration. But teams may want to trigger CI jobs on dbt Cloud using other CI/CD tools like GitHub Actions. For these cases, since the dbt API doesn't populate the PR number, this PR adds an option to parse the PR number from the schema_override parameter in each dbt Cloud run."