GitHub user potiuk added a comment to the discussion: Quick Questions on Airflow 3 Upgrade
Q1: Only things described in https://airflow.apache.org/docs/apache-airflow/stable/public-airflow-interface.html are possible to be used Q2: There is no v2 API on Airflow 2. The APIs exposed in Airflow 2 and Airflow 3 are very similar and you can use Python client to communicate voa the APIS. Client is available here https://github.com/apache/airflow-client-python and you can install it from PyPI. Part of the migration should be migration to the new python client. You can use 2.* version of client on Airlfow 2 and migrate your dags to use client 3. This should be very straightforward. GitHub link: https://github.com/apache/airflow/discussions/53152#discussioncomment-13803665 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
