-
Notifications
You must be signed in to change notification settings - Fork 79
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
astro deployment airflow-variable has started giving 404 on all deployments #1438
Comments
Looking at the network traffic
Is redirecting first to a slightly different url, then to home 308 $webserver_url?orgId=org_$ORGID/api/v1/connections For some reason I'm just getting redirected to /home instead of returning the list of connections
404 $webserver_url?orgId=org_$ORGID/api/v1/variables |
@adammarples Fix is patched in release 1.20.1. Can you confirm if it looks good |
Thanks @kushalmalani the fix looks good but I'm not sure why v1.17.0 of the tool suddenly stopped working with v1 of the API? |
@adammarples The issue was on our side. We are transitioning our backend services and we had a regression. We wanted to fix forward because cli would have run into this again. Apologies for the inconvenience. |
Thanks for the quick fix |
Describe the bug
astro deployment airflow-variable list
astro deployment airflow-variable create
astro deployment connection list
astro deployment connection create
are raising errors on all deployments and using different versions of astro-cli
The API token itself is not an issure because other astro commands work fine, just airflow-variable and airflow-connection commands don't
What CLI Version did you experience this bug?
v1.17.0
v1.20.0
This CLI bug is related to which Astronomer Platform?
What Operating System is the above CLI installed on?
MacOS Sonoma
🪜 Steps To Reproduce
run
astro deployment airflow-variable list
or any of the astro deployment airflow-variable group commands
The text was updated successfully, but these errors were encountered: