You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/04/05 21:02:35 UTC

[airflow] branch webserver-use-dag-run-id updated (de650c73fc -> d03d8709a6)

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

bbovenzi pushed a change to branch webserver-use-dag-run-id
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard de650c73fc Use dag_run_id instead of execution_date
 discard c338832ffa Remove extraneous treeData fields
     add a1fd82f2a5 Fix state and try number for failed mapped tasks (#22757)
     add 0529654bb7 Remove extraneous treeData fields
     add d03d8709a6 Use dag_run_id instead of execution_date

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (de650c73fc)
            \
             N -- N -- N   refs/heads/webserver-use-dag-run-id (d03d8709a6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/www/utils.py | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)