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


##########
providers/standard/src/airflow/providers/standard/sensors/external_task.py:
##########
@@ -457,6 +457,11 @@ def execute(self, context: Context) -> None:
                     method_name="execute_complete",
                 )
             else:
+                if self.check_existence and not self._has_checked_existence:

Review Comment:
   If this is specific for airflow 2 we should have a marker here so we'll know 
to remove this code when we drop suport for Airflow 2. 



##########
providers/standard/src/airflow/providers/standard/sensors/external_task.py:
##########
@@ -457,6 +457,11 @@ def execute(self, context: Context) -> None:
                     method_name="execute_complete",
                 )
             else:
+                if self.check_existence and not self._has_checked_existence:

Review Comment:
   If this is specific for airflow 2 we should have a marker here so we'll know 
to remove this code when we drop support for Airflow 2. 



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