This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fe05e1a53d Improve importing the module in Airflow api_connexion
package (#33798)
add 326acdeb96 Improve importing the module in Airflow API package (#33797)
No new revisions were added by this update.
Summary of changes:
airflow/api/auth/backend/basic_auth.py | 6 ++++--
airflow/api/client/__init__.py | 5 ++++-
airflow/api/common/delete_dag.py | 5 ++++-
airflow/api/common/experimental/__init__.py | 9 +++++++--
airflow/api/common/experimental/get_dag_run_state.py | 5 ++++-
airflow/api/common/experimental/get_lineage.py | 10 ++++++----
airflow/api/common/experimental/get_task.py | 6 +++++-
airflow/api/common/experimental/get_task_instance.py | 8 ++++++--
airflow/api/common/experimental/pool.py | 6 +++++-
airflow/api/common/mark_tasks.py | 13 +++++++++----
airflow/api/common/trigger_dag.py | 5 ++++-
11 files changed, 58 insertions(+), 20 deletions(-)