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.35k stars 1.13k forks source link

fix: Use JSONL for bigquery always #23321

Closed tomasfarias closed 4 days ago

tomasfarias commented 4 days ago

Problem

Seeing some errors when trying to use parquet, let's use just JSONL for now and worry about migrating to Parquet later.

Changes

Use JSONLBatchExportWriter in BigQuery.

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

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

How did you test this code?