Join Slack
Powered by
Here's the abstract base class for the `EventsClie...
# pacc-may-31-2023
c
Chris Guidry
06/01/2023, 3:21 PM
Here's the abstract base class for the `EventsClient`:
https://github.com/PrefectHQ/prefect/blob/main/src/prefect/events/clients.py#L12
and the Cloud-specific implementation:
https://github.com/PrefectHQ/prefect/blob/main/src/prefect/events/clients.py#L82
a test double:
https://github.com/PrefectHQ/prefect/blob/main/src/prefect/events/clients.py#L49
The key method to implement is
emit
🙌 2
👍 1
5
Views
Open in Slack
Previous
Next