ellisms commented on code in PR #34807:
URL: https://github.com/apache/airflow/pull/34807#discussion_r1352852548


##########
airflow/providers/amazon/aws/triggers/glue.py:
##########
@@ -148,3 +148,60 @@ async def run(self) -> AsyncIterator[TriggerEvent]:
                     break
                 else:
                     await asyncio.sleep(self.waiter_delay)
+
+
+class GlueDataBrewJobCompleteTrigger(BaseTrigger):

Review Comment:
   I didn't realize that, I was following the guide in the README. The 
`AwsBaseWaiterTrigger` is much easier, thanks!



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