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/08/02 10:46:34 UTC

[airflow] branch master updated (1d68cd2 -> 4e3799f)

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

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


    from 1d68cd2  Make conn_id unique in Connections table (#9067)
     add 4e3799f  [AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/airflow_local_settings.py |  4 ++--
 airflow/providers/google/cloud/hooks/cloud_sql.py  | 10 +++-------
 airflow/providers/sftp/operators/sftp.py           |  8 ++------
 airflow/utils/file.py                              | 15 +++++++--------
 airflow/utils/log/file_processor_handler.py        | 18 +++---------------
 airflow/utils/log/file_task_handler.py             |  7 ++-----
 tests/test_utils/system_tests_class.py             |  4 ++--
 7 files changed, 21 insertions(+), 45 deletions(-)