jason810496 commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2525936025
##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1097,7 +1134,7 @@ async def block_watchdog(self):
)
Stats.incr("triggers.blocked_main_thread")
- async def run_trigger(self, trigger_id, trigger):
+ async def run_trigger(self, trigger_id, trigger, context: Context | None =
None):
Review Comment:
```suggestion
async def run_trigger(self, trigger_id: int, trigger: BaseTrigger,
context: Context | None = None):
```
--
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]