-
Notifications
You must be signed in to change notification settings - Fork 111
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
AWS Kinesis Delivery Streams (Firehose) Entity Mapping #1300
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1300 +/- ##
==========================================
- Coverage 81.33% 81.29% -0.04%
==========================================
Files 203 203
Lines 22465 22485 +20
Branches 3562 3565 +3
==========================================
+ Hits 18271 18280 +9
- Misses 3012 3019 +7
- Partials 1182 1186 +4 ☔ View full report in Codecov by Sentry. |
6423768
to
db7a112
Compare
db7a112
to
48ceda8
Compare
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.
Other than removing the message traces it looks good.
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.
The firehose looks good. It looks like I didn't handle those cases where the ARN can be either the data stream or the consumer. You don't have to add that here but I think we should do that. I'll leave that up to you as to when we do that (either here or in a follow up)-but in those cases where it's either-or we still need to call extract function(s)-perhaps different extract functions.
Let's expand on that in a follow up, so we can get the vast majority of cases covered and have it ready for demoing. |
Overview
Related Github Issue
Currently depends on #1283 but will be rebased.