faint-restaurant-74315
02/23/2022, 11:10 PMlittle-crowd-46307
02/24/2022, 2:26 AMswift-doctor-91289
02/24/2022, 3:34 AMbulky-kilobyte-26698
02/25/2022, 7:22 AMbulky-kilobyte-26698
02/25/2022, 7:22 AMloud-architect-29049
02/25/2022, 9:15 AMsource
set in Zendesk and another as Google Sheets (one workbook), would it be possible to use only one (Redshift) destination
for both sources
?faint-restaurant-74315
02/25/2022, 3:38 PMaverage-chef-82464
02/28/2022, 1:47 PMdelightful-zebra-58268
02/28/2022, 2:18 PMhundreds-sugar-89101
02/28/2022, 3:24 PMstrong-translator-738
03/01/2022, 7:05 AMstrong-translator-738
03/01/2022, 7:05 AMadventurous-minister-89539
03/01/2022, 12:16 PM{
"content-type": "",
"response": "[CDM GOOGLESHEETS] Unable to create client for 25mdR5Vei0o3cqimcd5fDtLMPC googleapi: Error 403: The caller does not have permission, forbidden",
"firstAttemptedAt": "2022-03-01T12:04:37.927Z"
}
great-motorcycle-75975
03/01/2022, 3:08 PMbest-lifeguard-1600
03/01/2022, 4:40 PMlittle-analyst-44359
03/02/2022, 9:06 AMtall-oyster-66145
03/02/2022, 10:54 AMacoustic-shoe-30715
03/02/2022, 2:42 PMbillowy-painting-50545
03/02/2022, 3:02 PMstocky-london-26622
03/02/2022, 9:59 PM{
"error": {
"message": "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v12.0.",
"type": "OAuthException",
"code": 2635,
"fbtrace_id": "AQ6ZD3rmzLyWoo7eyO_E6xa"
}
}
stocky-london-26622
03/02/2022, 10:06 PMplain-television-57333
03/02/2022, 11:04 PMbrash-caravan-60006
03/03/2022, 12:02 AMpq: Value too long for character type
I've identified the likely cause to be that the value of context_page_referrer
exceeds the length of character varying (512)
in our warehouse. Is it possible to change this column type to a longer limit or prevent this issue from happening in some other way?brash-caravan-60006
03/03/2022, 12:03 AMcalm-controller-36955
03/03/2022, 12:33 AMbrash-caravan-60006
03/03/2022, 12:44 AMbroad-nail-47782
03/03/2022, 12:22 PM1 errors occurred:
5 errors occurred:
NoSuchKey
NoSuchKey
NoSuchKey
NoSuchKey
NoSuchKey
How to fix such an issue, do I have to remove the destinations and create them all overagin?chilly-vase-86922
03/03/2022, 2:46 PMSyntaxError: Unexpected token .
// Fails, unless rewritten to not use optional chaining (`?.`)
export function transformEvent(event, metadata) {
if (event.context?.device?.id) {
event.hasDeviceId = true
}
return event;
}
plain-television-57333
03/03/2022, 3:38 PMchilly-vase-86922
03/03/2022, 4:12 PMcontext
field in the /v1/batch
API endpoint on rudder-server? Segment supports it, however RudderStack doesn't support it.
This is unfortunate because the RudderStack Java SDK (which is forked from Segment's) calls /v1/batch
with the top-level batch
array plus the top-level context
field that should be merged into each event (e.g. {name=analytics-java, version=2.0.0}
).
However, the RudderStack data plane seems to ignore context
, and so none of our events sent via the Java SDK have a context
field…