Marius Andra
Marius Andra
Whenever we ingest events, we end up with entries in 3 tables: `events`, `persons` and `person_distinct_ids`. Excluding plugins for now, if we ingest the same events again in the same...
## Problem WIP ## Changes  ## How did you test this code? WIP
## Bug description This has been reported by users when trying to upgrade the [PostHog hobby deploy](https://posthog.com/docs/self-host/deploy/hobby) instance lately. ``` infi.clickhouse_orm.database.ServerError: Code: 60. DB::Exception: Table posthog.infi_clickhouse_orm_migrations doesn’t exist. (UNKNOWN_TABLE) (version...
## Bug description First, there are two very similar looking yet different UX elements on the page, for data attributes and person display names. The difference is that data attributes...
## Changes Implements ```ts window.posthog.loadToolbar({ temporaryToken: 'key' }) ``` With the aim to 1. provide an alternative to the `#__posthog={state}` url hash method to load the toolbar 2. provide users...
## Problem The data exploration events table swallowed all errors. No longer! ## Changes Before:  After:  ## Questions I don't think we're...
STILL A DRAFT! ## Problem The HogQL expressions used in the data exploration view would be amazing as property filters. ## Changes - Trends filters  -...
## Problem Alternative to https://github.com/PostHog/posthog/pull/13453 ## Changes  I'm off for a week, and if anyone feels like picking this up, here's Santa's list: - [x] Update...
## Changes Very much a MVP, with likely a ridiculously unoptimised query, but we can pivot now!  ## How did you test this code? Got it...
## Is your feature request related to a problem? Getting up and running with SAML can be tedious. You have to open organisation settings, and verify a domain through a...