0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee/clickhouse/materialized_columns
Karl-Aksel Puulmann 42192e07c7
BE (Groups/Trends): Make breakdowns work with groups (#6899)
* Extract GroupsJoinQuery

* Add test for breakdown filtering

* Unify breakdown mixins

* Allow passing breakdown_type == 'group' with breakdown_group_type_index

* Allow breakdown by group props in trends

* Add tests for trends breakdown_props function on group breakdowns

* Solve common issues

* Output snapshot diff into console

* Clean up materialized columns after tests

* Add zero protection

* Solve test failure
2021-11-05 13:47:41 +02:00
..
test Add slug field to Organization (#6395) 2021-10-13 14:09:40 +02:00
__init__.py BE (Groups/Trends): Make breakdowns work with groups (#6899) 2021-11-05 13:47:41 +02:00
analyze.py
columns.py Add Env var switch for Materialized Columns (#6498) 2021-10-17 07:49:45 -07:00
util.py