PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
19.39k stars 1.13k forks source link

fix: add experimental settings to actors_query_runner #23380

Closed aspicer closed 3 days ago

aspicer commented 3 days ago

Problem

Most queries don't use calculate on InsightActorsQueryRunner but on ActorsQueryRunner instead.

Changes

Put this check on ActorsQueryRunner.

This is a little hacky in implementation but it's temporary until we enable this for everything.

Does this work well for both Cloud and self-hosted?

Yes

How did you test this code?

Ran tests. Local checks on funnel queries and the clickhouse query log.