-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix: record to audience handling #2813
fix: record to audience handling #2813
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat.onboard.record.event.support.msl #2813 +/- ##
========================================================================
Coverage ? 87.22%
========================================================================
Files ? 774
Lines ? 28606
Branches ? 6670
========================================================================
Hits ? 24952
Misses ? 3317
Partials ? 337 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
transformAt: 'processor', | ||
transformAtV1: 'processor', |
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.
Change this to router
const DEST_OBJECT = { | ||
ID: '1zwa1wKshSt81YksKmUdJnr4IOK', | ||
Name: 'test_marketo_rc', | ||
DestinationDefinition: { |
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.
why not use DEST_DEFINITION
here?
transformAt: 'processor', | ||
transformAtV1: 'processor', | ||
}, | ||
Config: { |
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.
Same here why not use DEST_CONFIG
996dcc8
into
feat.onboard.record.event.support.msl
* feat: onboard msl changes for new record event * chore: remove older tc for MSL * fix: metadata * fix: metadatax2 * chore: address comments * chore: address commentsx2, handle mix of audiencelist and record events * chore: address commentsx2, handle mix of audiencelist and record events * chore: add router test * fix: record to audience handling (#2813) * fix: unit case with empty request * fix: missed error lib * chore: refactor tests * refactor: address comments * chore: address commentsx2 * fix: error message, handle metadata, missing id --------- Co-authored-by: Utsab Chowdhury <[email protected]>
Description of the change
Handle for transformation flow for record to audiencelist type
Type of change
Related issues
Checklists
Development
Code review