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/11/04 17:42:09 UTC

[airflow] branch master updated (41bf172 -> f1f1940)

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 41bf172  Simplify string expressions (#12093)
     add f1f1940  Add DataflowStartSQLQuery operator (#8553)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_dataflow_sql.py     |  63 +++++
 airflow/providers/google/cloud/hooks/dataflow.py   | 259 ++++++++++++++-------
 .../providers/google/cloud/operators/dataflow.py   | 156 ++++++++++---
 .../providers/google/cloud/hooks/test_dataflow.py  |  88 +++++++
 .../google/cloud/operators/test_dataflow.py        |  58 ++++-
 .../google/cloud/operators/test_dataflow_system.py | 119 ++++++++++
 6 files changed, 623 insertions(+), 120 deletions(-)
 create mode 100644 airflow/providers/google/cloud/example_dags/example_dataflow_sql.py