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:
Any ideas of how to authenticate with that database now?
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?