@@ -257,11 +257,11 @@ includes(self, event: Event) -> bool
257
257
Does the given event match the criteria of this filter?
258
258
259
259
260
- ### ` EventRelatedFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L387 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
260
+ ### ` EventRelatedFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L392 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
261
261
262
262
** Methods:**
263
263
264
- #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L405 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
264
+ #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L410 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
265
265
266
266
``` python
267
267
build_where_clauses(self , db: PrefectDBInterface) -> Sequence[' ColumnExpressionArgument[bool]' ]
@@ -291,11 +291,11 @@ includes(self, event: Event) -> bool
291
291
Does the given event match the criteria of this filter?
292
292
293
293
294
- ### ` EventAnyResourceFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L486 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
294
+ ### ` EventAnyResourceFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L496 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
295
295
296
296
** Methods:**
297
297
298
- #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L523 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
298
+ #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L533 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
299
299
300
300
``` python
301
301
build_where_clauses(self , db: PrefectDBInterface) -> Sequence[' ColumnExpressionArgument[bool]' ]
@@ -316,7 +316,7 @@ Would the given filter exclude this event?
316
316
get_filters(self ) -> list[' EventDataFilter' ]
317
317
```
318
318
319
- #### ` includes ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L501 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
319
+ #### ` includes ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L511 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
320
320
321
321
``` python
322
322
includes(self , event: Event) -> bool
@@ -331,11 +331,11 @@ includes(self, event: Event) -> bool
331
331
Does the given event match the criteria of this filter?
332
332
333
333
334
- ### ` EventIDFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L591 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
334
+ ### ` EventIDFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L606 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
335
335
336
336
** Methods:**
337
337
338
- #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L604 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
338
+ #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L619 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
339
339
340
340
``` python
341
341
build_where_clauses(self , db: PrefectDBInterface) -> Sequence[' ColumnExpressionArgument[bool]' ]
@@ -356,7 +356,7 @@ Would the given filter exclude this event?
356
356
get_filters(self ) -> list[' EventDataFilter' ]
357
357
```
358
358
359
- #### ` includes ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L596 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
359
+ #### ` includes ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L611 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
360
360
361
361
``` python
362
362
includes(self , event: Event) -> bool
@@ -371,7 +371,7 @@ includes(self, event: Event) -> bool
371
371
Does the given event match the criteria of this filter?
372
372
373
373
374
- ### ` EventOrder ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L615 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
374
+ ### ` EventOrder ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L630 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
375
375
376
376
** Methods:**
377
377
@@ -384,11 +384,11 @@ auto() -> str
384
384
Exposes ` enum.auto() ` to avoid requiring a second import to use ` AutoEnum `
385
385
386
386
387
- ### ` EventFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L620 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
387
+ ### ` EventFilter ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L635 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
388
388
389
389
** Methods:**
390
390
391
- #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L653 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
391
+ #### ` build_where_clauses ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L668 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
392
392
393
393
``` python
394
394
build_where_clauses(self , db: PrefectDBInterface) -> Sequence[' ColumnExpressionArgument[bool]' ]
@@ -418,7 +418,7 @@ includes(self, event: Event) -> bool
418
418
Does the given event match the criteria of this filter?
419
419
420
420
421
- #### ` logical_limit ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L670 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
421
+ #### ` logical_limit ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/events/filters.py#L685 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
422
422
423
423
``` python
424
424
logical_limit(self ) -> int
0 commit comments