Hello :wave: On my final tests (low-code connector...
# help-connector-development
r
Hello 👋 On my final tests (low-code connector built, imported in an Airbyte instance, sync with increment and dedup OK, normalization OK), I realised the
lookback_window
was not working as expected for incremental syncs 😬 • it's only set on the original
start_date
but not in the
cursor_field
used to do the increment • so it's never doing any lookback after the first sync • after some research, I've stumbled upon this issue that was open 3mo ago Since it's a marketing-related connector (with an attribution window) it's a bit painful because we can't use Incremental syncs in that case. By any chance, has anyone encountered a similar issue and found a potential workaround?...
m
@Alexandre Girard (Airbyte) can you check this comment?
s
Hi Rachel! We don’t have an exact date yet, but we’ll fix this soon!
r
Got it. I’ll post a PR and mentions this issue. Thanks for your answers 🙏🏻
Aaaand here's the PR blocked by this issue: 🎉 New source: Apple Search Ads Thanks 🙏