You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/06/22 12:31:54 UTC

[airflow] branch main updated (eeb97cf -> 01c9818)

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

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


    from eeb97cf  Fix pylint error in tests/ (#16585)
     add 01c9818  Ensure that `dag_run.conf` is a dict (#15057)

No new revisions were added by this update.

Summary of changes:
 airflow/www/api/experimental/endpoints.py          |  6 ++++++
 airflow/www/templates/airflow/trigger.html         |  2 +-
 airflow/www/views.py                               |  7 ++++++-
 .../endpoints/test_dag_run_endpoint.py             | 20 ++++++++++++++++++
 tests/www/api/experimental/test_endpoints.py       | 24 +++++++++++++++-------
 tests/www/views/test_views_trigger_dag.py          | 11 ++++++++++
 6 files changed, 61 insertions(+), 9 deletions(-)