0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee/clickhouse/models
Marius Andra 50c683e691
Clickhouse process event (#1652)
* generate clickhouse uuid script

* set CLICKHOUSE_SECURE=False by default if running in TEST or DEBUG

* convert person_id to UUID, make adding `person_id` optional, add distinct_ids already in the `create_person` function

* Fix test_process_event_ee.py, remove all calls to Person.objects.*

* add back util

* fix broken imports

* improve process_event test clickhouse queries

* change property parsing

* indentation wrong missing calls

* uuid4 instead of call to CH

Co-authored-by: Eric <eeoneric@gmail.com>
Co-authored-by: James Greenhill <fuziontech@gmail.com>
2020-09-15 12:40:35 -07:00
..
__init__.py first chunk of clickhouse framework (#1613) 2020-09-08 16:12:27 -07:00
clickhouse.py Clickhouse process event (#1652) 2020-09-15 12:40:35 -07:00
element.py Final ClickHouse module before wiring up to Posthog (#1617) 2020-09-08 21:00:37 -07:00
event.py clickhouse models (#1614) 2020-09-08 18:55:01 -07:00
person.py Clickhouse process event (#1652) 2020-09-15 12:40:35 -07:00
property.py clickhouse models (#1614) 2020-09-08 18:55:01 -07:00