Skip to content
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: onboard new destination rakuten #3046

Merged
merged 14 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: small fix
anantjain45823 committed Jan 31, 2024
commit e243682c998bfe2e3f1f05abb8ff32640bfb8287
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
"destKey": "shipped"
},
{
"sourceKeys": "properties.sitename",
"sourceKeys": ["properties.sitename", "properties.url", "context.page.url"],
"destKey": "sitename"
},
{
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
@@ -120,7 +120,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
@@ -185,7 +185,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
errorCategory: 'dataValidation',
destinationId: 'dummyDestId',
errorType: 'instrumentation',
@@ -251,7 +251,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
@@ -318,7 +318,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',