0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/ee/clickhouse/models
Karl-Aksel Puulmann a39596c092
Groups: Use materialized columns for groups (#6938)
* Migration to use materialized columns for groups

Workaround for https://github.com/PostHog/posthog/issues/6422

* Use groups materialized columns in queries

* Update mat column creation tests

* Simplify aggregation_target_field

* Fix migration

* Update snapshots
2021-11-08 15:49:39 +02:00
..
test Backend: Groups Aggregation on Funnels (#6937) 2021-11-08 11:29:56 +00:00
__init__.py first chunk of clickhouse framework (#1613) 2020-09-08 16:12:27 -07:00
action.py BE: Allow filtering by group properties in trends (#6761) 2021-11-03 20:43:22 +02:00
cohort.py Simplify cohort filters (#6277) 2021-10-08 10:51:11 +03:00
element.py Fix elements chain with bad classes (#2133) 2020-11-02 19:24:02 +01:00
entity.py Push person predicates down (#6346) 2021-10-13 14:00:47 +00:00
event.py Send event for license usage by organization (#6333) 2021-10-14 12:42:14 -04:00
group.py Groups: Use materialized columns for groups (#6938) 2021-11-08 15:49:39 +02:00
person.py Fix status reports (#6194) 2021-10-01 18:56:29 +02:00
property.py BE: Allow filtering by group properties in trends (#6761) 2021-11-03 20:43:22 +02:00
session_recording_event.py Hotfix for missing session recording events (#3069) 2021-01-27 13:12:55 -08:00
util.py Push person predicates down (#6346) 2021-10-13 14:00:47 +00:00