This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from e44020f5310 Feature: enhance task-sdk definitions context stub file 
typing (#54421)
     add d7c9a0a331d Add bundle_path temporarily to sys.path during DagBag 
parsing. (#55894)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/cli/commands/dag_command.py        |  24 ++---
 airflow-core/src/airflow/dag_processing/dagbag.py  |  34 +++++++
 .../src/airflow/dag_processing/processor.py        |  11 +--
 airflow-core/src/airflow/utils/cli.py              |  12 ++-
 .../tests/unit/cli/commands/test_dag_command.py    |   9 +-
 .../tests/unit/dag_processing/test_dagbag.py       | 100 ++++++++++++++++++++-
 .../tests/unit/dag_processing/test_processor.py    |   8 +-
 airflow-core/tests/unit/models/test_dag.py         |   4 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   8 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  13 +--
 .../task_sdk/execution_time/test_task_runner.py    |   6 +-
 11 files changed, 174 insertions(+), 55 deletions(-)

Reply via email to