Skip to content

Commit

Permalink
[AIRFLOW-5195] Move GCP Dataflow to core (#5799)
Browse files Browse the repository at this point in the history
This commit moves GCP Dataflow from contrib to core.
For more information check AIP-21.
  • Loading branch information
turbaszek authored and kaxil committed Aug 17, 2019
1 parent e071bd7 commit b3acb3d
Show file tree
Hide file tree
Showing 9 changed files with 1,007 additions and 942 deletions.
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

0 comments on commit b3acb3d

Please sign in to comment.