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: snapshot library CH column migration #26867

Merged
merged 8 commits into from
Dec 16, 2024

Conversation

pauldambra
Copy link
Member

@pauldambra pauldambra commented Dec 12, 2024

Splitting just the clickhouse migration out of #26747

This adds a new column to session_replay_events that will help us track usage as we add mobile replay billing

The SDKS send lib_version as well, but in the short to medium term we don't need this on the table, so I'm not going to add it now

I've tested this by

  • applying just the migration and not sending $lib and seeing we can ingest events
  • applying just the migration (in the parent PR) and sending $lib and seeing we can ingest events
  • migrating from scratch and not sending $lib and seeing we can ingest events
  • migrating from scratch (in the parent PR) and sending $lib and seeing we can ingest events

@pauldambra pauldambra requested a review from a team as a code owner December 12, 2024 12:04
Copy link
Member Author

Choose a reason for hiding this comment

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

🤷 nothing to do with this PR 🤷

Copy link
Member

Choose a reason for hiding this comment

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

image

@fuziontech
Copy link
Member

Looks good, just that one comment. I've added the columns to the cluster with no issues!

🚢 IT!

@pauldambra pauldambra merged commit eaf9de7 into master Dec 16, 2024
89 checks passed
@pauldambra pauldambra deleted the feat/snapshot_lib_migration branch December 16, 2024 19:41
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