potiuk commented on code in PR #33642:
URL: https://github.com/apache/airflow/pull/33642#discussion_r1302551357


##########
airflow/providers/google/cloud/links/dataproc.py:
##########
@@ -125,7 +129,13 @@ class DataprocListLink(BaseOperatorLink):
        This link is deprecated.
     """
 
-    warnings.warn("This DataprocListLink is deprecated.", 
AirflowProviderDeprecationWarning)
+    def __init__(self, *args, **kwargs):
+        warnings.warn(
+            "DataprocListLink is deprecated. Please used Dataproc*ListLink 
classes",

Review Comment:
   ```suggestion
               "DataprocListLink is deprecated. Please use Dataproc*ListLink 
classes",
   ```



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