-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Description
Hello,
We should check if all operators and hooks available in Airflow 1.10 are also importable in Airflow 2.0. All these changes should also be included in
https://github.com/apache/airflow/blob/master/tests/deprecated_classes.py
Technically speaking, we should install Airflow 1.10, generate a list of operators/hooks, and then try to import each of it on Airflow 2.0.
In order to generate a list of operators, we can use this script:
https://github.com/apache/airflow/blob/master/scripts/list-integrations.py
If anyone is interested in this task, I am willing to provide all the necessary information.
Are you wondering how to start contributing to this project? Start by reading our contributor guide.
Best regards,
Kamil Breguła