Hello everyone :slightly_smiling_face: I am curren...
# help-connector-development
r
Hello everyone πŸ™‚ I am currently running some acceptance test on a new source, Apple Search Ads, with the low-code CDK. However, the connector needs a 30days lookback window to reflect how performance is actually computed in Apple Search Ads report. The problem is: it takes way too long for the acceptance tests to run on such a lookback window (no lookback window = 30mn, 2days of lookback window = 1h30)... at some point it timesout, and I know I can change the timeout value but it would take days to run I guess. is there any workaround for this?
πŸ™ 1
s
hi rachel! is it possible to apply a
start_date
or initial state of some sort in the config.json used during SAT so that the connector pulls less data?
r
Hey @Sherif Nada, thanks a lot for your answer πŸ™‚ unfortunately the start_date is already on the minimum required (today). So with the lookback window it pulls data from today to 30days ago and it’s already too long to run