Skip to content
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

conn_extra parameter is not preserving case for json keys #1737

Open
sakethsomaraju opened this issue Oct 25, 2024 · 0 comments
Open

conn_extra parameter is not preserving case for json keys #1737

sakethsomaraju opened this issue Oct 25, 2024 · 0 comments

Comments

@sakethsomaraju
Copy link

  1. 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.
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

  1. astro dev init to create a new local project
  2. update airflow_settings.yaml to add the above connection.
  3. Run astro dev start and check connection with airflow connections get test12

📸 Screenshots

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant