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

chore(person-overrides): send overrides to ClickHouse person_override #13999

Closed
wants to merge 27 commits into from

Conversation

tiina303
Copy link
Contributor

Problem

Changes

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

How did you test this code?

version
) VALUES ($1, $2, $3, $4, $5)
ON CONFLICT (team_id, old_person_id)
DO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can get rid of this ON CONFLICT as it would not be valid to merge old_person_id with anything new. Does that make sense @tiina303 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup that can be part of the constraint

@hazzadous hazzadous changed the base branch from chore/send-merge-to-kafka to master January 31, 2023 11:46
@tiina303 tiina303 changed the title chore(person-overrides): send overrides to ClickHouse person_override 2 chore(person-overrides): send overrides to ClickHouse person_override Jan 31, 2023
@tiina303 tiina303 force-pushed the chore/send-merge-to-kafka-tiina branch from 820a201 to 1715f71 Compare January 31, 2023 18:09
@posthog-bot
Copy link
Contributor

This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in another week.

@hazzadous hazzadous force-pushed the chore/send-merge-to-kafka-tiina branch from 1715f71 to 4707005 Compare February 9, 2023 16:48
@posthog-bot posthog-bot removed the stale label Feb 10, 2023
@posthog-bot
Copy link
Contributor

This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in another week.

@tiina303 tiina303 removed the stale label Feb 17, 2023
@hazzadous hazzadous changed the base branch from master to fix/add-person-consrtaint-on-override February 20, 2023 09:46
@tomasfarias tomasfarias force-pushed the fix/add-person-consrtaint-on-override branch 3 times, most recently from 270ff15 to 343ba86 Compare February 22, 2023 10:02
Base automatically changed from fix/add-person-consrtaint-on-override to master February 28, 2023 13:30
@tiina303 tiina303 closed this Mar 6, 2023
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.

4 participants