ratb3rt 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_r338799702
########## 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: should the tests also move in the same way? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
