mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
0d5ac10b88
* Add paths persons to the backend * fix flakey test
8 lines
326 B
Python
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
|