Configuration
Tables
The Arrow IPC sink writes the full Tell v1.1 schema — the same 7 tables as the ClickHouse sink:
Like the ClickHouse sink, IDENTIFY events fan out to
users_v1, user_devices, and user_traits. CONTEXT events extract device and location fields from the payload.
File organization
Reading Arrow IPC files
Arrow IPC is supported natively by all major data tools:Local query backend
Tell’s local query engine (Polars backend) reads from Arrow IPC files directly. Configure this in[query]: