sunank200 commented on code in PR #38912:
URL: https://github.com/apache/airflow/pull/38912#discussion_r1565246726


##########
airflow/providers/google/cloud/triggers/bigquery.py:
##########
@@ -113,6 +116,14 @@ async def run(self) -> AsyncIterator[TriggerEvent]:  # 
type: ignore[override]
                         self.poll_interval,
                     )
                     await asyncio.sleep(self.poll_interval)
+        except asyncio.CancelledError:

Review Comment:
   There is a separate issue for this one: 
https://github.com/apache/airflow/issues/36090 This change can be done as part 
of a separate PR which changes airflow core code to handle `on_kill`.



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