0

I am using MWAA airflow environment in AWS. I am trying to install the mysql provider package through the requirement.txt file and it contains

apache-airflow-providers-mysql

Before its working fine but now am getting the error like

/usr/local/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:549 DeprecationWarning: The sql_alchemy_pool_enabled option in [core] has been moved to the sql_alchemy_pool_enabled option in [database] - the old setting has been used, but please update your config.

Also scheduler goes down when I mention these package in requiremnt.txt file. Please anyone help me on these issue how to install the mysql package for MWAA environment with 2.2 version(latest)

Shadow
  • 33,525
  • 10
  • 51
  • 64
  • That's a warning, not an error and it has nothing to do with mysql or even mysql connector. The warning comes from sqlalchemy package. – Shadow Dec 01 '22 at 11:12

0 Answers0