0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee/kafka_client/topics.py
Karl-Aksel Puulmann cef2af5e4c
Group analytics: Initial schema (#6462)
* Add table for group_type_mapping

* Remove materialized columns from events table schema

These are not used and not needed w/ new mat columns work

* WIP: Migration to add group analytics columns

* Remove event table changes temporarily
2021-10-25 15:05:58 +03:00

9 lines
396 B
Python

KAFKA_EVENTS = "clickhouse_events_proto"
KAFKA_PERSON = "clickhouse_person"
KAFKA_PERSON_UNIQUE_ID = "clickhouse_person_unique_id"
KAFKA_SESSION_RECORDING_EVENTS = "clickhouse_session_recording_events"
KAFKA_EVENTS_PLUGIN_INGESTION = "events_plugin_ingestion"
KAFKA_PLUGIN_LOG_ENTRIES = "plugin_log_entries"
KAFKA_DEAD_LETTER_QUEUE = "events_dead_letter_queue"
KAFKA_GROUPS = "clickhouse_groups"