0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/ee/clickhouse/queries/test
Buddy Williams d9de6186d2
Funnels reorganization, persons pagination, and conversion window support (#4810)
* wip: pagination for persons on clickhouse funnels

* wip: added offset support for getting a list of persons; added support for conversion window;

* fixed mypy exception

* helper function to insert data for local testing

* moved generate code into separate class for more functionality later

* corrected person_distinct_id to use the person id from postgres

* minor corrections to generate local class along with addition of data cleanup via destroy() method

* reduce the number of persons who make it to each step

* moved funnel queries to a new folder for better organization; separated funnel_persons and funnel_trends_persons into individual classes;

* funnel persons and tests

* invoke the funnel or funnel trends class respectively

* mypy corrections and PR feedback

* corrected tests

Co-authored-by: eric <eeoneric@gmail.com>
2021-06-23 21:49:39 -04:00
..
__init__.py first chunk of clickhouse framework (#1613) 2020-09-08 16:12:27 -07:00
test_event_query.py Make event query class inheritable (#4720) 2021-06-22 11:44:55 -04:00
test_lifecycle.py Move lifecycle tests to separate file (#2765) 2020-12-15 16:05:38 +01:00
test_paths.py "Clickhouse Features V2 (#1565)" (#1750) 2020-09-29 15:17:26 +01:00
test_retention.py 3072 retention person modal fix (#3080) 2021-01-27 10:01:12 +02:00
test_session_recording.py Speed up sessions list query (#2934) 2021-01-15 01:53:28 +02:00
test_sessions.py Auto filter test accounts (#3492) 2021-03-11 18:16:38 +01:00
test_stickiness.py Stickiness improvement and filter refactor (#2638) 2020-12-04 20:42:01 +01:00
test_trends.py Breakdown value display people params (#4640) 2021-06-11 13:57:03 -04:00
test_util.py Backend tests refactor (#3774) 2021-03-31 19:00:58 -07:00