Skip to content

Commit

Permalink
[AIRFLOW-5189] Move GCP Vision to core (#5796)
Browse files Browse the repository at this point in the history
This commit moves GCP Vision from contrib to core.
For more information check AIP-21.
  • Loading branch information
turbaszek authored and kaxil committed Aug 17, 2019
1 parent b3acb3d commit b1abd83
Show file tree
Hide file tree
Showing 11 changed files with 2,197 additions and 2,118 deletions.
686 changes: 8 additions & 678 deletions airflow/contrib/hooks/gcp_vision_hook.py

Large diffs are not rendered by default.

1,263 changes: 25 additions & 1,238 deletions airflow/contrib/operators/gcp_vision_operator.py

Large diffs are not rendered by default.

Expand Up @@ -54,7 +54,7 @@
from airflow import models
from airflow.operators.bash_operator import BashOperator

from airflow.contrib.operators.gcp_vision_operator import (
from airflow.gcp.operators.vision import (
CloudVisionProductSetCreateOperator,
CloudVisionProductSetGetOperator,
CloudVisionProductSetUpdateOperator,
Expand Down

0 comments on commit b1abd83

Please sign in to comment.