79461632

Date: 2025-02-23 17:24:02
Score: 1
Natty:
Report link

Yes, Airflow currently only supports SqlAlchemy <2.0. You can see here in the constraints they recommend using when installing Airflow.

To get around Airflow constraints, you can use the PythonVirtualEnvOperator or the ExternalPythonOperator.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bcincy