kacpermuda commented on code in PR #36876:
URL: https://github.com/apache/airflow/pull/36876#discussion_r1458504663


##########
airflow/providers/google/cloud/links/dataproc.py:
##########
@@ -71,13 +70,16 @@ def __getattr__(name: str) -> Any:
 )
 
 
-@attr.s(auto_attribs=True)
+@deprecated(
+    reason="This DataprocLink is deprecated.",
+    category=AirflowProviderDeprecationWarning,
+)

Review Comment:
   You're right, it alerts the checks. I will remove it in the final version of 
the PR and go back to previous behaviour.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to