I am trying to run very basic airflow configuration using airflow docker image in azure AKS.
We already have postgresql database configured, and we access that database using azure MSI.
I have two questions:
- How can i use this database as metadata database using MSI auth mechanism.
- And how to configure airflow to use specific schema (not public) in this case?
Thanks a lot!
Trying to use existing postgresql database as metadata database.
New contributor
Jony J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.