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
When running airflow locally with astro dev start and configuring connections with airflow_settings.yaml, astro cli do not preserve case for keys in conn_extra argument.
astro dev start
and configuring connections withairflow_settings.yaml
, astro cli do not preserve case for keys in conn_extra argument.Here testVarCASE is getting converted into testvarcase
What CLI Version did you experience this bug?
1.30.0
What Operating System is the above CLI installed on?
MAC
🪜 Steps To Reproduce
astro dev init
to create a new local projectairflow_settings.yaml
to add the above connection.astro dev start
and check connection withairflow connections get test12
📸 Screenshots
The text was updated successfully, but these errors were encountered: