events
filters
prefect.server.events.filters
Classes
AutomationFilterCreated
Filter by Automation.created
.
AutomationFilterName
Filter by Automation.created
.
AutomationFilterTags
Filter by Automation.tags
.
AutomationFilter
EventDataFilter
A base class for filtering event data.
Methods:
get_filters
includes
Does the given event match the criteria of this filter?
excludes
Would the given filter exclude this event?
build_where_clauses
Convert the criteria to a WHERE clause.
EventOccurredFilter
Methods:
clamp
Limit how far the query can look back based on the given duration
includes
build_where_clauses
EventNameFilter
Methods:
includes
build_where_clauses
LabelSet
LabelOperations
EventResourceFilter
Methods:
includes
build_where_clauses
EventRelatedFilter
Methods:
build_where_clauses
EventAnyResourceFilter
Methods:
includes
build_where_clauses
EventIDFilter
Methods:
includes
build_where_clauses
EventOrder
EventFilter
Methods:
build_where_clauses
logical_limit
The logical limit for this query, which is a maximum number of rows that it could return (regardless of what the caller has requested). May be used as an optimization for DB queries