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/10/16 16:29:52 UTC

[airflow] branch master updated (45d6083 -> 3c10ca6)

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 45d6083  Utilize the state foreground color to ensure an accessible contrast ratio (#11579)
     add 3c10ca6  Add DataflowStartFlexTemplateOperator (#8550)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_dataflow_flex_template.py |  61 ++++++
 airflow/providers/google/cloud/hooks/dataflow.py   | 115 +++++++++---
 .../providers/google/cloud/operators/dataflow.py   |  66 +++++++
 .../providers/google/cloud/hooks/test_dataflow.py  | 123 ++++++++----
 .../google/cloud/operators/test_dataflow.py        |  49 ++++-
 .../google/cloud/operators/test_dataflow_system.py | 208 ++++++++++++++++++++-
 tests/test_utils/logging_command_executor.py       |  11 +-
 7 files changed, 566 insertions(+), 67 deletions(-)
 create mode 100644 airflow/providers/google/cloud/example_dags/example_dataflow_flex_template.py