jroachgolf84 commented on code in PR #68997:
URL: https://github.com/apache/airflow/pull/68997#discussion_r3627305502
##########
providers/standard/src/airflow/providers/standard/sensors/external_task.py:
##########
@@ -263,7 +263,7 @@ def __init__(
self.check_existence = check_existence
self._has_checked_existence = False
self.deferrable = deferrable
- self.poll_interval = poll_interval
+ self.poke_interval = poke_interval
Review Comment:
Thanks for the suggestion - this is addressed in the next commit.
--
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]