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)