narrow-daybreak-21815
05/04/2022, 12:36 PMadventurous-advantage-86833
05/04/2022, 3:59 PMrich-furniture-49524
05/04/2022, 3:59 PM{
properties:{
attr1: value1,
attr2: value2,
}
}
We noticed this event have two different behaviors using the Python SDK and Javascript SDK:
1. SDK Python write this way in parquet file:
properties_attr1=value1
properties_attr2=value2
2. SDK Javascript write this other way in parquet file:
attr1=value1
attr2=value2
Do you know the reason for that?brave-account-95007
05/04/2022, 5:24 PMThis step involves enabling OneTrust for a given JavaScript source. To do so, specify the consent category names as defined in OneTrust (Step 1) for each destination that is connected to that JavaScript source.
But don't say where this can be done inside Rudder? Can anyone here elaborate a bit on what the docs are trying to say?gray-river-82670
05/04/2022, 6:53 PMswift-ghost-41900
05/04/2022, 9:12 PMstale-piano-98744
05/05/2022, 8:05 AMdegraded
to normal
. However, the rudder continues to log data in the pattern shown below.
ProcessorJobs: Total: 7532834 Overall:632.459634, Instant(print):627.574522, Instant(call):627.574522
ProcessorDBWrite: Total: 1960948 Overall:408.633004, Instant(print):412.075534, Instant(call):412.075534
ProcessorDBRead: Total: 1963478 Overall:5078.511200, Instant(print):5562.282815, Instant(call):5562.282815
JS Call: Total: 7537178 Overall:799.644370, Instant(print):966.791823,
There are nearly 2000 tables in the jobsdb, with 990 tables gw_*
, and 1000
tables proc_error
.
There is no data being transmitted to the destination.
Is there a reason why RudderStack continues to process data when no data is being sent to the destination? Is it because of the large number of pending tables?
We intend to switch to a new clean Postgres database for working with new coming data. Is it an applicable approach?early-grass-57443
05/05/2022, 9:08 AMhappy-restaurant-33544
05/05/2022, 3:50 PMError: Service Temporarily Unavailable
Have you had any instability or service disruption recently that explains the error above? Thanks a lot!powerful-state-24314
05/06/2022, 6:51 AMexport function transformEvent(event) {
const whitelistedEventNames = [
// Add event names that you want to whitelist
"Subscription Plan Upgraded";
whitelistedEventNames.properties.previous_plan = "Free"
];
// Return event if its name is included in the above list
const eventName = event.event;
if (eventName && whitelistedEventNames.includes(eventName)){
return event;
}
return; // Drop event if its name is not included
}
**JSON**
[
{
"context": {
"ip": "54.217.249.108"
},
"event": "Subscription Plan Upgraded",
"messageId": "7cf258ef-e2d7-443b-afcc-e69e78af80b3",
"originalTimestamp": "2022-05-05T11:25:38.102Z",
"properties": {
"new_plan": "Core",
"organization_id": 43829,
"previous_plan": "Free"
},
"receivedAt": "2022-05-05T11:25:37.436Z",
"request_ip": "54.217.249.108",
"rudderId": "3021190c-021e-4280-ae1b-c525d5119240",
"sentAt": "2022-05-05T11:25:38.102Z",
"sourceKey": null,
"timestamp": "2022-05-05T11:25:36.519Z",
"type": "track",
"userId": 46033
}
]
wide-lawyer-50229
05/06/2022, 1:26 PMworried-balloon-56766
05/06/2022, 2:10 PM{
"error": "Not Found"
}
Is that due to using the self hosted data plane? It’s working with the cloud data plane.rich-apartment-66447
05/06/2022, 5:02 PMpurple-waitress-82738
05/07/2022, 4:09 PM1sRpAcXpMzx7Kj0bqqTqLyuCz41
adamant-branch-36643
05/08/2022, 3:23 PMadamant-branch-36643
05/08/2022, 3:24 PMlemon-dog-49453
05/08/2022, 4:05 PM172.16.58.244:9000:
is an ec2 instance behind a firewall which also hosts the open source rudder-server. Is there a way to bypass the below error?handsome-animal-43816
05/08/2022, 11:18 PMproduct
field, we want to route it to different Mixpanel destinations.
How do we do this ? Could we have 2 different Mixpanel sources with 2 different transformations ?few-beard-48559
05/09/2022, 11:00 AMVerifying Load Table
is failing with a 403 but as far as I can tell the permissions are correct. Could anyone help me diagnose this?
Thanks, Danwide-lawyer-50229
05/09/2022, 12:49 PMfamous-butcher-76208
05/09/2022, 2:56 PMfamous-butcher-76208
05/09/2022, 2:56 PMfamous-butcher-76208
05/09/2022, 2:59 PMadventurous-advantage-86833
05/09/2022, 3:15 PMrudder-analytics.min.js
or the host name <http://xxxx.cloudfront.net|xxxx.cloudfront.net>
. If is the former it doesn’t matter if I setup a custom domain, it’ll be blocked anyways.adventurous-advantage-86833
05/09/2022, 3:16 PMrudder-analytics.min.js
are actively block by ad blockers?adventurous-advantage-86833
05/09/2022, 3:29 PM/rudders-analytics.
pattern in the block listadventurous-advantage-86833
05/09/2022, 3:32 PM<https://my-custom-domain/my-random-script-name.js>
?best-camera-98880
05/09/2022, 9:49 PMadamant-farmer-96194
05/10/2022, 7:36 AMlemon-dog-49453
05/10/2022, 7:46 AM