Skip to content

Commit

Permalink
feat: remove the filter based queries (#26944)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pauldambra and github-actions[bot] authored Dec 17, 2024
1 parent ba31603 commit c94e23a
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 13,220 deletions.
2 changes: 0 additions & 2 deletions ee/clickhouse/queries/event_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from posthog.models.filters.path_filter import PathFilter
from posthog.models.filters.properties_timeline_filter import PropertiesTimelineFilter
from posthog.models.filters.retention_filter import RetentionFilter
from posthog.models.filters.session_recordings_filter import SessionRecordingsFilter
from posthog.models.filters.stickiness_filter import StickinessFilter
from posthog.models.property import PropertyName
from posthog.models.team import Team
Expand All @@ -25,7 +24,6 @@ def __init__(
PathFilter,
RetentionFilter,
StickinessFilter,
SessionRecordingsFilter,
PropertiesTimelineFilter,
],
team: Team,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c94e23a

Please sign in to comment.