kaxil commented on a change in pull request #5795: [AIRFLOW-5186] Move GCP 
Translate to core
URL: https://github.com/apache/airflow/pull/5795#discussion_r314955938
 
 

 ##########
 File path: airflow/gcp/example_dags/example_speech.py
 ##########
 @@ -29,9 +29,9 @@
 
 from airflow.utils import dates
 from airflow import models
-from airflow.contrib.operators.gcp_text_to_speech_operator import 
GcpTextToSpeechSynthesizeOperator
-from airflow.contrib.operators.gcp_speech_to_text_operator import 
GcpSpeechToTextRecognizeSpeechOperator
-from airflow.contrib.operators.gcp_translate_speech_operator import 
GcpTranslateSpeechOperator
+from airflow.gcp.operators.text_to_speech import 
GcpTextToSpeechSynthesizeOperator
+from airflow.gcp.operators.speech_to_text import 
GcpSpeechToTextRecognizeSpeechOperator
 
 Review comment:
   Maybe we should probably have a single file for `speech_to_text` & 
`text_to_speech` ???

----------------------------------------------------------------
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

Reply via email to