You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I run the connector it always reads the record for the last date partition, even though it has been already read.
In the tutorial the expected behaviour is to read 0 records
I replicated this behaviour in the No-Code CDK and it always reads the last stream_slice stored in the state.
Am I doing something wrong, or is this behaviour the new normal, considered a feature, not a bug?
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the Low-Code CDK tutorial
https://docs.airbyte.com/connector-development/config-based/tutorial/incremental-reads
At step 5 Incremental Reads,
I set sample_state.json to
when I run
I get
Every time I run the connector it always reads the record for the last date partition, even though it has been already read.
In the tutorial the expected behaviour is to read 0 records
I replicated this behaviour in the No-Code CDK and it always reads the last stream_slice stored in the state.
Am I doing something wrong, or is this behaviour the new normal, considered a feature, not a bug?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions