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 2021/11/24 23:12:44 UTC

[airflow] branch main updated (0da54f1 -> fca2b19)

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 0da54f1  Introduce DagRun action to change state to queued. (#19353)
     add fca2b19  Cast macro datetime string inputs explicitly (#19592)

No new revisions were added by this update.

Summary of changes:
 airflow/macros/__init__.py  | 20 ++++++----
 tests/macros/test_macros.py | 90 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 8 deletions(-)
 create mode 100644 tests/macros/test_macros.py