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
We have fixed the issue by adding deployment_type: DEDICATED to our deployment, but it seems like there should be a check in the cli for the case where there are no discovered nodepools, which is my guess as to what was happening.
Describe the bug
In CI we sync a local deployment configuration to Astronomer, and are getting errors running the command
We have this line in the config:
default_worker_type: m5.xlarge
we get the errorIf we remove the line, we get
We have fixed the issue by adding
deployment_type: DEDICATED
to our deployment, but it seems like there should be a check in the cli for the case where there are no discovered nodepools, which is my guess as to what was happening.astro-cli/cloud/deployment/fromfile/fromfile.go
Line 828 in 2a30180
What CLI Version did you experience this bug?
1.28.1
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: