potiuk commented on PR #41291:
URL: https://github.com/apache/airflow/pull/41291#issuecomment-2272104119
> Triggers are run in the triggerer, which is a trusted component. No need
to run these tests in DB isolation mode
Actually it's not trusted :( Triggerer should also communicate over Internal
API (and it does). Those are the endpoints:
```
Trigger.from_object,
Trigger.bulk_fetch,
Trigger.clean_unused,
Trigger.submit_event,
Trigger.submit_failure,
Trigger.ids_for_triggerer,
Trigger.assign_unassigned,
```
--
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]