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 2020/06/21 14:11:20 UTC

[airflow] branch master updated (b46de89 -> 36f4627)

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

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


    from b46de89  Add pydocstyle to Breeze Autocomplete (#9462)
     add 36f4627  fix typing error for utils.dates.date_range usage (#9429)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                              |  9 ++++-
 airflow/models/variable.py                         |  2 +-
 airflow/utils/dates.py                             | 46 +++++++++++++---------
 airflow/utils/timezone.py                          |  5 ++-
 airflow/www/api/experimental/endpoints.py          |  4 +-
 .../apache/hive/transfers/test_mssql_to_hive.py    |  2 +-
 tests/test_utils/mock_process.py                   |  3 +-
 7 files changed, 44 insertions(+), 27 deletions(-)