astro-cli
astro-cli copied to clipboard
conn_extra parameter is not preserving case for json keys
- When running airflow locally with
astro dev startand configuring connections withairflow_settings.yaml, astro cli do not preserve case for keys in conn_extra argument.
airflow:
connections:
- conn_id: test12
conn_type: generic
conn_host:
conn_schema:
conn_login:
conn_password:
conn_port:
conn_extra:
example_extra_field: example-value
testVarCASE: UPPERCASE123
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 initto create a new local project- update
airflow_settings.yamlto add the above connection. - Run
astro dev startand check connection withairflow connections get test12
📸 Screenshots