Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(experiments): Modify test account filters for DW support #27011

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

danielbachhuber
Copy link
Contributor

@danielbachhuber danielbachhuber commented Dec 18, 2024

See #26332
Reverts #26947
See https://posthog.slack.com/archives/C07PXH2GTGV/p1733936406339719

Changes

Directly modifies the test account filters in TrendsQueryBuilder, and reverts auto-joining the persons table from #26947.

Auto-joining the persons table isn't the right approach because the test account filters support all sorts of property types.

Instead, we'll leverage all of the existing fancy auto-joining behavior for the events table by updating the properties to reference the location of the events table on the data warehouse table.

Not all of the filter types are supported yet. I created #27012 as a follow-up.

How did you test this code?

Tests should pass.

@danielbachhuber danielbachhuber enabled auto-merge (squash) December 18, 2024 13:57
@danielbachhuber danielbachhuber merged commit 7b94140 into master Dec 18, 2024
97 checks passed
@danielbachhuber danielbachhuber deleted the experiments/filter-internal-users branch December 18, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants