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
astro deployment update is disabling dag deploy for the deployment when it should not change the Deployment
astro deploy --image is not throwing an error when dag deploy is disabled
We should throw error right away when we are trying to do astro deploy --image when there was not any existing dag bundle available. currently it only errors out after the image is built, also the error message is not very clear Error: Invalid request: No DAG tarball version ID provided for DAG deploy
astro deploy --image pulls the CurrentDagTarballVersion it should pull the DesiredDagTarballVersion so that their isn’t a risk of deploying the wrong tarball
What CLI Version did you experience this bug?
1.21.1 release
This CLI bug is related to which Astronomer Platform?
Astro
Software
None/Unknown
What Operating System is the above CLI installed on?
🪜 Steps To Reproduce
📸 Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
astro deployment update
is disabling dag deploy for the deployment when it should not change the Deploymentastro deploy --image
is not throwing an error when dag deploy is disabledastro deploy --image
when there was not any existing dag bundle available. currently it only errors out after the image is built, also the error message is not very clearError: Invalid request: No DAG tarball version ID provided for DAG deploy
astro deploy --image
pulls the CurrentDagTarballVersion it should pull the DesiredDagTarballVersion so that their isn’t a risk of deploying the wrong tarballWhat CLI Version did you experience this bug?
1.21.1 release
This CLI bug is related to which Astronomer Platform?
What Operating System is the above CLI installed on?
🪜 Steps To Reproduce
📸 Screenshots
The text was updated successfully, but these errors were encountered: