0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-29 02:46:32 +01:00
posthog/ee/clickhouse/views
Michael Matloka 43c9105c17
Fix limit of events in CSV export (#3503)
* Fix limit of events in CSV export

* Limit to 100 instead of 101

* Optimize listing events

* Fix typing error

* Limit events to 100 better

* Fix len condition for using broader events queryset

* Add regression test

* Adjust ClickhouseEventsViewSet

* Fix CH events limit in CSV export

* Fix typing and missing +1

* Use limit in _query_events_list
2021-02-26 18:20:05 +01:00
..
test
__init__.py
actions.py
cohort.py
element.py
events.py Fix limit of events in CSV export (#3503) 2021-02-26 18:20:05 +01:00
insights.py
paths.py
person.py