mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 02:49:32 +01:00
96a614ee25
* remove person properties up to date * remove person props mv * move latest person * prune rest of person materialized * missing parenth * add type * remove migration
4 lines
134 B
Python
4 lines
134 B
Python
CALCULATE_COHORT_PEOPLE_SQL = """
|
|
SELECT distinct_id FROM person_distinct_id where person_id IN {query} AND team_id = %(team_id)s
|
|
"""
|