Taragolis commented on code in PR #39668:
URL: https://github.com/apache/airflow/pull/39668#discussion_r1604871256


##########
airflow/providers/google/cloud/links/automl.py:
##########
@@ -65,6 +75,13 @@ def persist(
         )
 
 
+@deprecated(
+    reason=(
+        "Class `AutoMLDatasetListLink` has been deprecated and will be removed 
after 31.12.2024."

Review Comment:
   ```suggestion
           "Class `AutoMLDatasetListLink` has been deprecated and will be 
removed after 31.12.2024. "
   ```



##########
airflow/providers/google/cloud/links/automl.py:
##########
@@ -87,6 +104,13 @@ def persist(
         )
 
 
+@deprecated(
+    reason=(
+        "Class `AutoMLModelLink` has been deprecated and will be removed after 
31.12.2024."

Review Comment:
   ```suggestion
           "Class `AutoMLModelLink` has been deprecated and will be removed 
after 31.12.2024. "
   ```



##########
airflow/providers/google/cloud/links/translate.py:
##########


Review Comment:
   Required to add tests into the 
`tests/providers/google/cloud/links/test_translate.py`



##########
airflow/providers/google/cloud/links/automl.py:
##########
@@ -114,6 +138,13 @@ def persist(
         )
 
 
+@deprecated(
+    reason=(
+        "Class `AutoMLModelTrainLink` has been deprecated and will be removed 
after 31.12.2024."

Review Comment:
   ```suggestion
           "Class `AutoMLModelTrainLink` has been deprecated and will be 
removed after 31.12.2024. "
   ```



##########
airflow/providers/google/cloud/links/automl.py:
##########
@@ -138,6 +169,13 @@ def persist(
         )
 
 
+@deprecated(
+    reason=(
+        "Class `AutoMLModelPredictLink` has been deprecated and will be 
removed after 31.12.2024."

Review Comment:
   ```suggestion
           "Class `AutoMLModelPredictLink` has been deprecated and will be 
removed after 31.12.2024. "
   ```



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

Reply via email to