You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/11/03 19:10:10 UTC

[airflow] branch main updated (a3266ba -> e54ee6e)

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

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


    from a3266ba  Doc: Fix typos in variable and comments (#19349)
     add e54ee6e  Use ``execution_date`` to check for existing ``DagRun`` for ``TriggerDagRunOperator`` (#18968)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/experimental/trigger_dag.py    |  6 ++-
 airflow/models/dagrun.py                          | 65 +++++++++++++++++------
 tests/api/common/experimental/test_trigger_dag.py |  6 +--
 tests/models/test_dagrun.py                       | 23 ++++++++
 4 files changed, 78 insertions(+), 22 deletions(-)