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

jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from d4000e8  Update stat_name_handler documentation (#21298)
     new a04ead2  Fix the incorrect scheduling time for the first run of dag 
(#21011)
     new e11b90c  Update error docs to include before_send option (#21275)
     new 317dd29  Filter celery stuck task query to exclude completed tasks 
(#21335)
     new 99abbfc  Update example DAGs (#21372)
     new 8971e0f  Fix docs link for smart sensor deprecation (#21394)
     new e2f3e94  Avoid deadlock when rescheduling task (#21362)
     new b92cf65  Add possibility to create user in the Remote User mode 
(#19963)

The 7 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:
 UPDATING.md                                        |  2 +-
 .../example_passing_params_via_test_command.py     | 11 +++++-----
 airflow/example_dags/tutorial.py                   |  2 --
 airflow/executors/celery_executor.py               |  7 +++++-
 airflow/models/taskinstance.py                     | 15 ++++++++++++-
 airflow/timetables/interval.py                     |  2 +-
 airflow/www/views.py                               | 25 ++++++++++++++++++++++
 docs/apache-airflow/logging-monitoring/errors.rst  | 10 +++++++--
 docs/apache-airflow/tutorial.rst                   |  9 ++------
 tests/cli/commands/test_task_command.py            |  1 -
 tests/executors/test_celery_executor.py            |  8 +++++--
 tests/timetables/test_interval_timetable.py        | 21 ++++++++++++++++++
 12 files changed, 90 insertions(+), 23 deletions(-)

Reply via email to