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 2021/01/21 10:41:51 UTC

[airflow] branch master updated (f7fe363 -> 70bf307)

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

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


    from f7fe363  Fix Deprecation for configuration.getsection (#13804)
     add 70bf307  Add How To Guide for Dataflow (#13461)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataflow.py  |  18 +-
 .../example_dags/example_dataflow_flex_template.py |   2 +
 .../cloud/example_dags/example_dataflow_sql.py     |   2 +
 .../providers/google/cloud/operators/dataflow.py   |  24 ++
 airflow/providers/google/cloud/sensors/dataflow.py |  16 ++
 airflow/providers/google/provider.yaml             |   2 +
 .../operators/cloud/dataflow.rst                   | 296 +++++++++++++++++++++
 7 files changed, 358 insertions(+), 2 deletions(-)
 create mode 100644 docs/apache-airflow-providers-google/operators/cloud/dataflow.rst