mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
10a26d3e17
* Avoid naming collisions when materializing columns 1. Prefix person properties differently. Mixing them up can break ambigious column issues 2. When name already exists, suffix with random junk :) * Implement analyze.py * Add `suggested_columns_to_materialize` * Add code to backfill a materialized column * Add tests for backfilling data * Cleanup * Add tests for analyze * WIP: Crontab for materializing columns * Nooped task for materializing properties * Use mutations_sync=0 for column tests * Add comment |
||
---|---|---|
.. | ||
test | ||
__init__.py | ||
analyze.py | ||
columns.py | ||
util.py |