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 2020/06/19 13:27:59 UTC

[airflow] branch master updated (416334e -> d7ef352)

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

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


    from 416334e  Properly propagated warnings in operators (#9348)
     add d7ef352  Decouple parameters formatting and endpoint logic (#9405)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dag_run_endpoint.py    | 22 +++++++----
 airflow/api_connexion/parameters.py                | 45 +++++++++++++++++++++-
 airflow/api_connexion/utils.py                     | 39 -------------------
 .../{test_utils.py => test_parameters.py}          | 31 +++++++++++++--
 4 files changed, 86 insertions(+), 51 deletions(-)
 delete mode 100644 airflow/api_connexion/utils.py
 rename tests/api_connexion/{test_utils.py => test_parameters.py} (61%)