Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 927 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 927 Bytes

Google BigQuery Plugin

Sends events to a BigQuery database on ingestion.

Installation

  1. Visit 'Plugins' in PostHog
  2. Find this plugin from the repository or install https://github.com/PostHog/bigquery-plugin
  3. Configure the plugin
    1. Upload your Google Cloud key .json file. (How to get the file.)
    2. Enter your Dataset ID
    3. Enter your Table ID
  4. Watch events roll into BigQuery

Troubleshooting

Duplicate Events

There's a very rare case when duplicate events appear in Bigquery. This happens due to network errors, where the export seems to have failed, yet it actually reaches Bigquery.

While this shouldn't happen, if you find duplicate events in Bigquery, follow these official docs on Bigquery to manually remove the duplicates.