Update dbt workflow template#188
Open
benpankow wants to merge 4 commits into
Open
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Your pull request is automatically being deployed to Dagster Cloud.
|
|
Your pull request is automatically being deployed to Dagster Cloud.
|
deeb0ff to
cf3aa2d
Compare
5a7e09c to
631edc8
Compare
| # First ensure the correct Python version is installed | ||
| - name: Set up Python ${{ env.PYTHON_VERSION }} for target | ||
| id: custom-python-version | ||
| if: steps.pre-run.outputs.result == 'pex-deploy' && ${{ env.PYTHON_VERSION != '3.8' }} |
There was a problem hiding this comment.
The step ID is defined as prerun on line 32, but the condition references pre-run. This will cause the condition to fail. Update steps.pre-run.outputs.result to steps.prerun.outputs.result to match the step ID.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Updates the serverless dbt github actions workflow template to use the CI CLI.
Test Plan
Tested NUX flow locally using test GitHub app benpankow/jaffle_shop_duckdb_test#1