Can't Access Airflow Database After Composer Update

In the past, I used the instructions found in https://cloud.google.com/composer/docs/composer-2/access-airflow-database to access the Airflow database for our Composer instance and run a few queries for pulling some performance data.

After a recent upgrade of our Composer/Airflow instance, though, the sql_alchemy_conn parameter mentioned in the instructions is no longer visible:

justins1_0-1716394786146.png

Any ideas of how to authenticate with that database now?

1 Like

Im facing the exact same issue.

  • Cant see the sql_alchemy_conn parameter

  • Cant use airflow config get-value command

  • Cant use gcloud composer cli command with interactive shell

What should we do?