You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/07 21:37:46 UTC

[airflow] branch main updated (0d2555b318 -> a1faa2c284)

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

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


    from 0d2555b318 Explain SSH connection private key configuration (#29403)
     add a1faa2c284 Fix validation of date-time field in API and Parameter schemas (#29395)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_params_ui_tutorial.py |  2 +-
 airflow/models/param.py                            | 30 ++++++++++
 airflow/www/static/js/main.js                      |  2 +-
 newsfragments/29395.significant.rst                |  8 +++
 setup.cfg                                          |  3 +-
 .../endpoints/test_dag_run_endpoint.py             | 57 ++++++++++++------
 .../test_mapped_task_instance_endpoint.py          |  7 ++-
 .../endpoints/test_task_instance_endpoint.py       | 26 ++++----
 tests/models/test_param.py                         | 70 +++++++++++++++++++++-
 9 files changed, 170 insertions(+), 35 deletions(-)
 create mode 100644 newsfragments/29395.significant.rst