You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2021/01/07 10:53:58 UTC

[airflow] tag nightly-master updated (c2ead47 -> f69405f)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from c2ead47  (commit)
      to f69405f  (commit)
    from c2ead47  Chart: Add custom_airflow_environment to flower container (#12630)
     add 4e479e1  Add S3KeySizeSensor (#13049)
     add e7dbed2  Add docs about mocking variables and connections (#13502)
     add 9c75ea3  Add How-To guide for PostgresOperator (#13281)
     add f69405f  Fix S3KeysUnchangedSensor so that template_fields work (#13490)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/sensors/s3_key.py     |  96 ++++++++++-
 .../amazon/aws/sensors/s3_keys_unchanged.py        |  10 +-
 .../providers/postgres/example_dags}/__init__.py   |   0
 .../postgres/example_dags/example_postgres.py      |  81 +++++++++
 airflow/providers/postgres/provider.yaml           |   4 +-
 docs/apache-airflow-providers-postgres/index.rst   |   9 +-
 .../operators/postgres_operator_howto_guide.rst    | 181 +++++++++++++++++++++
 docs/apache-airflow/best-practices.rst             |  63 ++++---
 tests/providers/amazon/aws/sensors/test_s3_key.py  |  43 ++++-
 .../amazon/aws/sensors/test_s3_keys_unchanged.py   |  12 ++
 .../operators/test_postgres_system.py}             |  14 +-
 11 files changed, 479 insertions(+), 34 deletions(-)
 copy {tests/providers/zendesk/hooks => airflow/providers/postgres/example_dags}/__init__.py (100%)
 create mode 100644 airflow/providers/postgres/example_dags/example_postgres.py
 create mode 100644 docs/apache-airflow-providers-postgres/operators/postgres_operator_howto_guide.rst
 copy tests/providers/{http/operators/test_http_system.py => postgres/operators/test_postgres_system.py} (71%)