This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from f40ac9b Add placement_strategy option (#9444)
add 804548d Add Dataprep operators (#10304)
No new revisions were added by this update.
Summary of changes:
airflow/models/connection.py | 2 +-
.../google/cloud/example_dags/example_dataprep.py | 45 ++++++-
airflow/providers/google/cloud/hooks/dataprep.py | 76 ++++++++---
.../providers/google/cloud/operators/dataprep.py | 76 ++++++++++-
docs/howto/operator/google/cloud/dataprep.rst | 76 +++++++++--
.../providers/google/cloud/hooks/test_dataprep.py | 148 +++++++++++++++++----
.../google/cloud/operators/test_dataprep.py | 62 ++++++++-
...datastore_system.py => test_dataprep_system.py} | 40 +++---
8 files changed, 440 insertions(+), 85 deletions(-)
copy tests/providers/google/cloud/operators/{test_datastore_system.py =>
test_dataprep_system.py} (50%)