0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee/clickhouse/views
Yakko Majuri 3f53c815c7
feat(poe-v2): scaffolding for PoE v2 on event queries, full support in retention queries (#14830)
* add initial scaffolding

* _get_distinct_id_query --> _get_person_ids_query

* retention query changes

* full retention support for v2

* Update query snapshots

* add comments

* Update query snapshots

* debug local vs remote

* fix tests

* another try at debugging

* fix?

* Update query snapshots

* Update query snapshots

* fix

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-21 11:50:12 -03:00
..
test feat(poe-v2): scaffolding for PoE v2 on event queries, full support in retention queries (#14830) 2023-03-21 11:50:12 -03:00
__init__.py
experiments.py feat(experiments): cache experiment results (#14742) 2023-03-16 16:41:03 -03:00
groups.py fix(groups): event explorer, search and lemonify (#14834) 2023-03-21 00:06:58 +00:00
insights.py
person.py