Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-5195] Move GCP Dataflow to core #5799

Merged
merged 1 commit into from
Aug 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
496 changes: 12 additions & 484 deletions airflow/contrib/hooks/gcp_dataflow_hook.py

Large diffs are not rendered by default.

448 changes: 12 additions & 436 deletions airflow/contrib/operators/dataflow_operator.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion airflow/contrib/utils/mlengine_operator_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from airflow.contrib.hooks.gcs_hook import GoogleCloudStorageHook
from airflow.contrib.operators.mlengine_operator import MLEngineBatchPredictionOperator
from airflow.contrib.operators.dataflow_operator import DataFlowPythonOperator
from airflow.gcp.operators.dataflow import DataFlowPythonOperator
from airflow.exceptions import AirflowException
from airflow.operators.python_operator import PythonOperator
from urllib.parse import urlsplit
Expand Down
Loading