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/08/09 20:46:44 UTC

[airflow] branch master updated (06a1836 -> ef08831)

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 06a1836  Add Missing Apache Providers to docs/installation.rst (#10265)
     add ef08831  Added DataprepGetJobsForJobGroupOperator (#10246)

No new revisions were added by this update.

Summary of changes:
 airflow/models/connection.py                       |  1 +
 ...mple_postgres_to_gcs.py => example_dataprep.py} | 28 +++----
 airflow/providers/google/cloud/hooks/dataprep.py   | 75 +++++++++++++++++
 .../providers/google/cloud/operators/dataprep.py   | 56 +++++++++++++
 docs/howto/operator/google/cloud/dataprep.rst      | 60 +++++++++++++
 docs/operators-and-hooks-ref.rst                   |  6 ++
 .../providers/google/cloud/hooks/test_dataprep.py  | 97 ++++++++++++++++++++++
 .../google/cloud/operators/test_dataprep.py        | 25 +++---
 8 files changed, 319 insertions(+), 29 deletions(-)
 copy airflow/providers/google/cloud/example_dags/{example_postgres_to_gcs.py => example_dataprep.py} (62%)
 create mode 100644 airflow/providers/google/cloud/hooks/dataprep.py
 create mode 100644 airflow/providers/google/cloud/operators/dataprep.py
 create mode 100644 docs/howto/operator/google/cloud/dataprep.rst
 create mode 100644 tests/providers/google/cloud/hooks/test_dataprep.py
 copy airflow/contrib/utils/sendgrid.py => tests/providers/google/cloud/operators/test_dataprep.py (55%)