imishchuk-tsgs commented on issue #39071: URL: https://github.com/apache/airflow/issues/39071#issuecomment-2061027232
After some digging around in Cloudtrail, I noticed that airflow was trying to read SSM `/ariflow/config/postgresql+psycopg2://...` and that operation was failing. And the cause was a mistake in configuration, where I used `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN_SECRET` instead of `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN`. Now that env var is fixed and commands work as expected. Closing the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
