You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/24 19:26:11 UTC

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6421: AIRFLOW-5741 Move Cloud Natural Language to providers

nuclearpinguin commented on a change in pull request #6421: AIRFLOW-5741 Move Cloud Natural Language to providers
URL: https://github.com/apache/airflow/pull/6421#discussion_r338751020
 
 

 ##########
 File path: docs/howto/operator/gcp/natural_language.rst
 ##########
 @@ -68,7 +68,7 @@ Analyzing Entities
 Entity Analysis inspects the given text for known entities (proper nouns such as
 public figures, landmarks, etc.), and returns information about those entities.
 Entity analysis is performed with the
-:class:`~airflow.gcp.operators.natural_language.CloudLanguageAnalyzeEntitiesOperator` operator.
+:class:`~airflow.providers.google.cloud.operators.natural_language.CloudLanguageAnalyzeEntitiesOperator` operator.
 
 .. exampleinclude:: ../../../../airflow/gcp/example_dags/example_natural_language.py
 
 Review comment:
   I think the example path will also require change to new import ✅

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services