lemon-dog-49453
06/18/2022, 3:09 PM{
"appType": "EMBEDDED",
"server": "UP",
"db": "UP",
"acceptingEvents": "TRUE",
"routingEvents": "TRUE",
"mode": "NORMAL",
"goroutines": "636",
"backendConfigMode": "API",
"lastSync": "2022-06-18T14:58:11Z",
"lastRegulationSync": ""
}
are things like goroutines
etc safe enough to expose to the public ?future-nest-36254
06/19/2022, 10:52 AMloud-breakfast-77480
06/19/2022, 1:33 PMwide-lawyer-50229
06/20/2022, 1:41 PMexport function transformEvent(event) {
const filterEventNames = [
// Add list of event names that you want to allow
"page",
"Order Completed",
"Checkout Started",
"Cart Viewed",
"Product Added",
"Product Viewed"
];
//allow event whose name match those in above list
const eventName = event.event;
if (eventName && filterEventNames.includes(eventName)){
return event; // allows event
}
return;
}
full-appointment-90006
06/20/2022, 1:55 PMrapid-breakfast-34593
06/20/2022, 8:28 PMCONTEXT_TRAITS_XXXX
in a snowflake warehouse destination?
It seems like the rudder-sdk-node copies the traits over to the context:
if (type == "identify") {
if (lMessage.traits) {
if (!lMessage.context) {
lMessage.context = {};
}
lMessage.context.traits = lMessage.traits;
}
}
What is the purpose of this?rapid-wire-93211
06/21/2022, 2:14 AM404
{
"error": "Not Found"
}
The same source is able to send the google analytics previous destination.
I did see payload being send in old GA and GA4 being different. Maybe because of the different destination types.
We are using self hosted rudder server
Any clues why would we getting this error ?rapid-wire-93211
06/21/2022, 6:32 AMminiature-state-15542
06/21/2022, 9:11 AMbreezy-wall-16815
06/21/2022, 10:49 AMbreezy-wall-16815
06/21/2022, 11:55 AMbreezy-wall-16815
06/21/2022, 1:47 PMworried-tailor-13264
06/21/2022, 2:15 PMbreezy-wall-16815
06/21/2022, 3:50 PMfaint-restaurant-74315
06/21/2022, 7:31 PMbreezy-wall-16815
06/22/2022, 9:38 AMhundreds-lifeguard-65770
06/22/2022, 9:43 AMbreezy-wall-16815
06/22/2022, 11:01 AMbrainy-twilight-71239
06/22/2022, 11:38 AMVerifying Load Table
check
pq: S3ServiceException:The specified bucket does not exist,Status 404,Error NoSuchBucket,Rid QH0FTGX16C1E00WD,ExtRid siRbrrI8NksrDeqOEo8WAuXQXM23HZErjbWYz3UsmiykNcgY88o5fUdcdl0DslWrj23RBUi4iLM=,CanRetry 1
The first check Verifying Object Storage
passes, so my it's already verified my bucket exists. This step fails if I change the Staging S3 Storage Bucket Name
to something that doesn't exist.
I've attached the following policy to my S3 bucket and can see that RudderStack has uploaded a rudder-test-payload
directory to S3
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::422074288268:user/s3-copy"
},
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::strike.sandbox.data-warehouse-rudderstack/*",
"arn:aws:s3:::strike.sandbox.data-warehouse-rudderstack"
]
}
]
}
I've also attached a role to the Redshift cluster to allow access to the S3 bucket.
Any ideas what I'm missing here?wide-lawyer-50229
06/22/2022, 12:33 PMrapid-breakfast-34593
06/22/2022, 2:35 PMCurrently, RudderStack supports identity resolution only for the Google BigQuery and Snowflake warehouse destinations.
breezy-wall-16815
06/22/2022, 2:43 PMrudderId
and messageId
?billions-state-8996
06/23/2022, 2:19 AMCreateContainerConfigError
in the rudderstack-backend
pod using AWS EKS to deploy open source. I'm seeing this: any ideas what could be causing it?lively-solstice-76664
06/23/2022, 4:21 AMcalm-art-92597
06/23/2022, 8:55 AMrich-lock-72191
06/23/2022, 9:45 AMflaky-vegetable-26982
06/24/2022, 10:30 AMbright-lunch-42689
06/24/2022, 12:08 PMfancy-answer-79663
06/25/2022, 3:08 PMdamp-painting-38913
06/26/2022, 12:54 PM