-
Notifications
You must be signed in to change notification settings - Fork 2
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] Insert multiple records from single event in chunks #149
[Feat] Insert multiple records from single event in chunks #149
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #149 +/- ##
=============================================
- Coverage 37.16% 34.81% -2.36%
- Complexity 212 220 +8
=============================================
Files 19 19
Lines 740 790 +50
=============================================
Hits 275 275
- Misses 465 515 +50
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved as new code is tested and working.
There is a bunch of wrong tests and broken code unrelated to this task, so I will not block the PR because of that
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code is respecting code style rules
- New code is respecting best practices
- New code is not subject to concurrency issues (if applicable)
- Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
Version
There are 0 BREAKING CHANGE, 1 feature, 0 fix |
Tasks
Related PRs