dirrao commented on code in PR #37949:
URL: https://github.com/apache/airflow/pull/37949#discussion_r1519615589


##########
airflow/providers/google/cloud/sensors/gcs.py:
##########
@@ -126,6 +130,9 @@ def execute(self, context: Context) -> None:
                     ),
                     method_name="execute_complete",
                 )
+            else:
+                if self._exists:
+                    return "success"

Review Comment:
   If it always success, then how are we going to benefit from this? Can you 
elaborate the use case here? 



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