0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/ee/clickhouse/queries/__init__.py
Neil Kakkar 0d5ac10b88
Add Paths Persons to the backend (#6035)
* Add paths persons to the backend

* fix flakey test
2021-09-22 10:53:10 +01:00

8 lines
326 B
Python

from ee.clickhouse.queries.funnels.funnel import ClickhouseFunnel
from .clickhouse_retention import ClickhouseRetention
from .clickhouse_session_recording import SessionRecording
from .clickhouse_stickiness import ClickhouseStickiness
from .paths import ClickhousePaths
from .trends.clickhouse_trends import ClickhouseTrends