You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/08/04 12:58:17 UTC

[airflow] branch main updated (a4b6f1c -> 9bed58e)

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

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


    from a4b6f1c  Proper warning message when recorded PID is different from current PID (#17411)
     add 9bed58e  Support DAGS folder being in different location on scheduler and runners (#16860)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/scheduler_job.py                  | 12 +---
 airflow/models/dag.py                          | 78 ++++++++++++++++++++++----
 airflow/models/dagbag.py                       | 30 +++++-----
 airflow/models/serialized_dag.py               |  2 +-
 airflow/models/taskinstance.py                 | 30 +++++++---
 airflow/serialization/serialized_objects.py    |  1 -
 airflow/www/templates/airflow/dag_details.html |  4 +-
 airflow/www/views.py                           |  3 +-
 tests/cluster_policies/__init__.py             |  4 +-
 tests/dag_processing/test_manager.py           |  6 +-
 tests/dag_processing/test_processor.py         |  2 +-
 tests/jobs/test_scheduler_job.py               |  4 +-
 tests/models/__init__.py                       |  2 +-
 tests/models/test_dag.py                       | 14 +++++
 tests/models/test_dagbag.py                    |  7 ++-
 tests/models/test_renderedtifields.py          |  2 +
 tests/models/test_serialized_dag.py            |  6 +-
 tests/models/test_taskinstance.py              | 27 ++++++++-
 tests/serialization/test_dag_serialization.py  |  4 --
 19 files changed, 164 insertions(+), 74 deletions(-)