Open
Description
Tracking issue for the AIR3xx
rules that implements Airflow 3.0 deprecations.
For details, refer to the Airflow tracking issue: apache/airflow#44556
Help wanted
The following is a "help wanted" task list:
- Add infrastructure to provide an auto-fix for the migration rules. Look at NumPy 2.0 implementation for reference
- Add a guard specifically for Airflow imports and attributes where a
try .. except
block could include both the new and deprecated symbols for backwards compatibility. Look at NumPy 2.0 implementation for reference
Ref: apache/airflow#41641