arorasachin9 commented on code in PR #60588:
URL: https://github.com/apache/airflow/pull/60588#discussion_r2699096491
##########
providers/amazon/src/airflow/providers/amazon/aws/triggers/base.py:
##########
@@ -159,3 +161,25 @@ async def run(self) -> AsyncIterator[TriggerEvent]:
self.status_queries,
)
yield TriggerEvent({"status": "success", self.return_key:
self.return_value})
+
+ async def cancel(self):
Review Comment:
@vincbeck Changed it to cleanup. Let me know if approach wise this is
correct then I can go ahead with a proper PR with docs and UT's for the same.
--
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]