chore: ut mirror filtering#6776
Merged
Merged
Conversation
ktgowtham
approved these changes
Mar 18, 2026
itsmihir
approved these changes
Mar 19, 2026
Contributor
They should pass once https://github.com/rudderlabs/rudder-pytransformer/pull/57 is released |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6776 +/- ##
==========================================
- Coverage 80.07% 80.00% -0.07%
==========================================
Files 565 565
Lines 63299 63274 -25
==========================================
- Hits 50685 50625 -60
- Misses 9634 9653 +19
- Partials 2980 2996 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Mar 23, 2026
Closed
Closed
itsmihir
pushed a commit
that referenced
this pull request
Mar 23, 2026
🤖 I have created a release *beep* *boop* --- ## [1.71.0-rc.1](v1.70.0...v1.71.0-rc.1) (2026-03-23) ### Bug Fixes * snowpipe streaming remove authz error handling ([#6777](#6777)) ([5eaffb6](5eaffb6)) ### Miscellaneous * bump rudder-schemas to 0.11.0 ([#6779](#6779)) ([7c7296b](7c7296b)) * bump rudder-transformer to v1.126.2 ([#6774](#6774)) ([69692ac](69692ac)) * force release 1.71.0 ([#6791](#6791)) ([9cf21c7](9cf21c7)) * **jobsdb:** partition migration improvements ([#6772](#6772)) ([57b1c70](57b1c70)) * sync release v1.70.0 to main branch ([#6775](#6775)) ([74125a6](74125a6)) * ut mirror filtering ([#6776](#6776)) ([fa4d1c4](fa4d1c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
This was referenced Mar 23, 2026
Merged
itsmihir
pushed a commit
that referenced
this pull request
Mar 23, 2026
🤖 I have created a release *beep* *boop* --- ## [1.71.0-rc.2](v1.70.0...v1.71.0-rc.2) (2026-03-23) ### Bug Fixes * router panics when invalid header format is returned by transformer ([#6795](#6795)) ([910f421](910f421)) * snowpipe streaming remove authz error handling ([#6777](#6777)) ([910f421](910f421)) * snowpipe streaming remove authz error handling ([#6777](#6777)) ([5eaffb6](5eaffb6)) ### Miscellaneous * bump rudder-schemas to 0.11.0 ([#6779](#6779)) ([7c7296b](7c7296b)) * bump rudder-transformer to v1.126.2 ([#6774](#6774)) ([69692ac](69692ac)) * force release 1.71.0 ([#6791](#6791)) ([9cf21c7](9cf21c7)) * **jobsdb:** partition migration improvements ([#6772](#6772)) ([57b1c70](57b1c70)) * sync release v1.70.0 to main branch ([#6775](#6775)) ([74125a6](74125a6)) * ut mirror filtering ([#6776](#6776)) ([fa4d1c4](fa4d1c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
itsmihir
pushed a commit
that referenced
this pull request
Mar 23, 2026
🤖 I have created a release *beep* *boop* --- ## [1.71.0](v1.70.0...v1.71.0) (2026-03-23) ### Bug Fixes * router panics when invalid header format is returned by transformer ([#6795](#6795)) ([910f421](910f421)) * snowpipe streaming remove authz error handling ([#6777](#6777)) ([910f421](910f421)) * snowpipe streaming remove authz error handling ([#6777](#6777)) ([5eaffb6](5eaffb6)) ### Miscellaneous * bump rudder-schemas to 0.11.0 ([#6779](#6779)) ([7c7296b](7c7296b)) * bump rudder-transformer to v1.126.2 ([#6774](#6774)) ([69692ac](69692ac)) * force release 1.71.0 ([#6791](#6791)) ([9cf21c7](9cf21c7)) * **jobsdb:** partition migration improvements ([#6772](#6772)) ([57b1c70](57b1c70)) * sync release v1.70.0 to main branch ([#6775](#6775)) ([74125a6](74125a6)) * ut mirror filtering ([#6776](#6776)) ([fa4d1c4](fa4d1c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding ability to filter events that might contain fetch calls.
We need this PR merged and a release in order to get a green build here.
Linear Ticket
< Fixes PIPE-2843 >
Security