olegkachur-e commented on code in PR #42260:
URL: https://github.com/apache/airflow/pull/42260#discussion_r1772320641
##########
airflow/providers/google/cloud/operators/automl.py:
##########
@@ -338,6 +339,11 @@ def execute(self, context: Context):
return PredictResponse.to_dict(result)
+@deprecated(
+ planned_removal_date="January 01, 2025",
+
use_instead="airflow.providers.google.cloud.operators.vertex_ai.batch_prediction_job",
+ category=AirflowProviderDeprecationWarning,
+ )
Review Comment:
Thanks for mentioning it, I updated the tests affected.
--
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]