You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the branch_deployments.yml in order to test changes being made via a github pull request.
We have multiple deployments in our dagster cloud account. When I open up a Pull Request and the branch deployment runs, I can see it appear in Dagster Cloud, but it is using parent full deployment (prod) which is incorrect for the repo I am working in. I would like to be able to overwrite/set the parent deployment so that way I can pull in the correct environment variables for this repo.
Is it possible to set the parent deployment somewhere within the branch_deployments.yml file? or elsewhere?
The text was updated successfully, but these errors were encountered:
I am using the branch_deployments.yml in order to test changes being made via a github pull request.
We have multiple deployments in our dagster cloud account. When I open up a Pull Request and the branch deployment runs, I can see it appear in Dagster Cloud, but it is using
parent full deployment (prod)
which is incorrect for the repo I am working in. I would like to be able to overwrite/set the parent deployment so that way I can pull in the correct environment variables for this repo.Is it possible to set the parent deployment somewhere within the branch_deployments.yml file? or elsewhere?
The text was updated successfully, but these errors were encountered: