hyperswitch
hyperswitch copied to clipboard
chore(analytics): SDK table schema changes
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Updating SDK table schema
Additional Changes
- [ ] This PR modifies the API contract
- [x] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
crates/analytics/docs/clickhouse/scripts/sdk_events.sql
Motivation and Context
This resolves the issue people face for SDK Events table API on dashboard is using the sdk_events_audit table
How did you test it?
Checklist
- [ ] I formatted the code
cargo +nightly fmt --all - [ ] I addressed lints thrown by
cargo clippy - [ ] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible