Skip to content

Commit

Permalink
Use flat override path by default, see PostHog/charts#623
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Jan 3, 2024
1 parent 7bf8fde commit 5e177b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/batch_exports/squash_person_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def clear(self, team_id: int) -> None:
"flat": FlatPostgresPersonOverridesManager,
}

DEFAULT_POSTGRES_PERSON_OVERRIDES_MANAGER = "mappings"
DEFAULT_POSTGRES_PERSON_OVERRIDES_MANAGER = "flat"
assert DEFAULT_POSTGRES_PERSON_OVERRIDES_MANAGER in POSTGRES_PERSON_OVERRIDES_MANAGERS


Expand Down

0 comments on commit 5e177b9

Please sign in to comment.