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

[airflow] branch main updated (89a66ae -> 7c81df6)

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

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


    from 89a66ae  Support insecure mode in SnowflakeHook (#20106)
     add 7c81df6  #16692 show schedule_interval/timetable description in UI (#16931)

No new revisions were added by this update.

Summary of changes:
 ...3737b18f_added_timetable_description_column.py} | 22 +++++-----
 airflow/models/dag.py                              |  4 ++
 airflow/timetables/base.py                         |  7 ++++
 airflow/timetables/interval.py                     | 14 +++++++
 airflow/timetables/simple.py                       |  4 ++
 airflow/www/templates/airflow/dag.html             |  3 ++
 airflow/www/templates/airflow/dags.html            |  3 ++
 docs/apache-airflow/howto/timetable.rst            | 40 ++++++++++++++++++
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 setup.cfg                                          |  1 +
 tests/models/test_dag.py                           | 48 ++++++++++++++++++----
 11 files changed, 130 insertions(+), 20 deletions(-)
 copy airflow/migrations/versions/{4446e08588_dagrun_start_end.py => 786e3737b18f_added_timetable_description_column.py} (62%)