feluelle commented on a change in pull request #9320:
URL: https://github.com/apache/airflow/pull/9320#discussion_r440499396
##########
File path: UPDATING.md
##########
@@ -971,8 +971,8 @@ The following table shows changes in import paths.
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseUpdateOperator
|airflow.providers.google.cloud.operators.spanner.SpannerUpdateDatabaseInstanceOperator
|
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeleteOperator
|airflow.providers.google.cloud.operators.spanner.SpannerDeleteInstanceOperator
|
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeployOperator
|airflow.providers.google.cloud.operators.spanner.SpannerDeployInstanceOperator
|
-|airflow.contrib.operators.gcp_speech_to_text_operator.GcpSpeechToTextRecognizeSpeechOperator
|airflow.providers.google.cloud.operators.speech_to_text.CloudSpeechToTextRecognizeSpeechOperator
|
-|airflow.contrib.operators.gcp_text_to_speech_operator.GcpTextToSpeechSynthesizeOperator
|airflow.providers.google.cloud.operators.text_to_speech.CloudTextToSpeechSynthesizeOperator
|
+|airflow.contrib.operators.gcp_speech_to_text_operator.GcpSpeechToTextRecognizeSpeechOperator
|airflow.providers.google.cloud.transfers.speech_to_text.CloudSpeechToTextRecognizeSpeechOperator
|
Review comment:
That’s an exception. This should not be under transfer?! Transfer
Operators are services which move data from one into another, correct?
##########
File path: UPDATING.md
##########
@@ -971,8 +971,8 @@ The following table shows changes in import paths.
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseUpdateOperator
|airflow.providers.google.cloud.operators.spanner.SpannerUpdateDatabaseInstanceOperator
|
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeleteOperator
|airflow.providers.google.cloud.operators.spanner.SpannerDeleteInstanceOperator
|
|airflow.contrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeployOperator
|airflow.providers.google.cloud.operators.spanner.SpannerDeployInstanceOperator
|
-|airflow.contrib.operators.gcp_speech_to_text_operator.GcpSpeechToTextRecognizeSpeechOperator
|airflow.providers.google.cloud.operators.speech_to_text.CloudSpeechToTextRecognizeSpeechOperator
|
-|airflow.contrib.operators.gcp_text_to_speech_operator.GcpTextToSpeechSynthesizeOperator
|airflow.providers.google.cloud.operators.text_to_speech.CloudTextToSpeechSynthesizeOperator
|
+|airflow.contrib.operators.gcp_speech_to_text_operator.GcpSpeechToTextRecognizeSpeechOperator
|airflow.providers.google.cloud.transfers.speech_to_text.CloudSpeechToTextRecognizeSpeechOperator
|
+|airflow.contrib.operators.gcp_text_to_speech_operator.GcpTextToSpeechSynthesizeOperator
|airflow.providers.google.cloud.transfers.text_to_speech.CloudTextToSpeechSynthesizeOperator
|
Review comment:
Same here.
----------------------------------------------------------------
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]