You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/07/21 18:29:06 UTC

[airflow] branch main updated (47b72056c4 -> 03a81b66de)

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

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


    from 47b72056c4 SQSPublishOperator should allow sending messages to a FIFO Queue (#25171)
     add 03a81b66de Show dataset readiness for the next run (#25141)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                   | 35 ++++++++++++++++++++++++-
 airflow/www/templates/airflow/dag.html  |  7 ++++-
 airflow/www/templates/airflow/dags.html |  5 +++-
 airflow/www/views.py                    | 13 +++++++++-
 tests/models/test_dag.py                | 45 ++++++++++++++++++++++++++++++---
 tests/www/views/test_views_base.py      |  2 +-
 6 files changed, 98 insertions(+), 9 deletions(-)