eladkal commented on code in PR #45084:
URL: https://github.com/apache/airflow/pull/45084#discussion_r1894106634
##########
providers/src/airflow/providers/google/CHANGELOG.rst:
##########
@@ -80,6 +103,8 @@ Breaking changes
* Removed ``CreateHyperparameterTuningJobOperator.sync``. This parameter
is not in actual use
* Removed ``CustomTrainingJobBaseOperator.sync``. This parameter is not in
actual use
* Removed ``GKEStartPodOperator.get_gke_config_file()``. Please use
``GKEStartPodOperator.fetch_cluster_info()`` instead
+ * Removed ``CreateDataPipelineOperator``. Please use the
``DataflowCreatePipelineOperator`` instead
+ * Removed ``RunDataPipelineOperator``. Please use the
``DataflowRunPipelineOperator`` instead
Review Comment:
This is not right
You can't add remove stuff to old versions. The code existed in version 11.0
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]