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

kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 3251f6b  Get Airflow configs with sensitive data from Secret Backends 
(#9645)
     new 687b29b  Fix clear future recursive when ExternalTaskMarker is used 
(#9515)
     new 87986f3  Add ClusterPolicyViolation support to airflow local settings 
(#10282)
     new 667ef75  Remove duplicate line from 1.10.10 CHANGELOG (#10289)
     new 6b77671  Set language on code-block on docs/howto/email-config.rst 
(#10238)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.txt                                      |  1 -
 airflow/exceptions.py                              |  4 ++
 airflow/models/dag.py                              |  2 +-
 airflow/models/dagbag.py                           |  7 +--
 docs/concepts.rst                                  | 36 ++++++++++++++
 docs/howto/email-config.rst                        |  4 +-
 tests/cluster_policies/__init__.py                 | 56 ++++++++++++++++++++++
 .../test_missing_owner.py}                         | 24 +++++-----
 .../dags/test_with_non_default_owner.py            | 24 +++++-----
 tests/models/test_dagbag.py                        | 32 +++++++++++++
 tests/sensors/test_external_task_sensor.py         | 28 ++++++++++-
 11 files changed, 183 insertions(+), 35 deletions(-)
 create mode 100644 tests/cluster_policies/__init__.py
 copy tests/{dags_with_system_exit/b_test_scheduler_dags.py => 
dags/test_missing_owner.py} (71%)
 copy airflow/example_dags/test_utils.py => 
tests/dags/test_with_non_default_owner.py (71%)

Reply via email to