eladkal commented on code in PR #35775:
URL: https://github.com/apache/airflow/pull/35775#discussion_r1400954870


##########
airflow/providers/google/cloud/sensors/cloud_composer.py:
##########
@@ -59,6 +64,13 @@ def __init__(
         pooling_period_seconds: int = 30,
         **kwargs,
     ):
+        warnings.warn(
+            f"The `{self.__class__.__name__}` operator is deprecated. You can 
achieve the same functionality "
+            f"by using operators in deferrable or non-deferrable mode, since 
every operator for Cloud "

Review Comment:
   Which operator? lets be specific



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