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


##########
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:
   That's a good call! We should also update the README as well. It can be done 
in a separate PR though



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