-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update serverless workflow template #187
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @benpankow and the rest of your teammates on Graphite |
Your pull request is automatically being deployed to Dagster Cloud.
|
Your pull request is automatically being deployed to Dagster Cloud.
|
deeb0ff
to
cf3aa2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These apply to the dbt workflow too.
github/serverless/deploy.yml
Outdated
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml' | ||
DAGSTER_CLOUD_ORGANIZATION: ${{ secrets.DAGSTER_CLOUD_ORGANIZATION }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're adding this, we should remove DAGSTER_CLOUD_URL
which is just duplicative.
https://github.com/dagster-io/dagster-cloud-hybrid-quickstart/blob/main/.github/workflows/dagster-cloud-deploy.yml only uses the org env.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break functionality on non-prod tiers, right? (e.g. dogfooding, canary). I'm hesitant to remove for this reason - we don't have a hybrid quickstart UI flow so less pressing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving with minor comments
This reverts commit 64e783e.
This reverts commit 64e783e.
This reverts commit 64e783e.
Summary
Updates the serverless github actions workflow template to use the CI CLI.
Still need to update the dbt equivalent, will do so in a stacked PR.
Test Plan
Updated https://github.com/dagster-io/dagster-cloud-action-test to match.
Tested NUX flow locally using test GitHub app, successfully deployed code using new action.