In airflow-core/src/airflow/__init__.py, there is a TODO comment indicating that the deprecated Dataset exports should be removed in Airflow 3.2. Since the project is now beyond 3.2, we should remove these deprecated aliases to clean up the top-level namespace.
In
airflow-core/src/airflow/__init__.py, there is a TODO comment indicating that the deprecatedDatasetexports should be removed in Airflow 3.2. Since the project is now beyond 3.2, we should remove these deprecated aliases to clean up the top-level namespace.