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
Could you fix it by making this value configurable? (I tested it locally by changing the value to 0 and it worked.)
The text was updated successfully, but these errors were encountered:
romulobruno
changed the title
Pagination offset is 1 instead of being configurable or 0
Pagination offset is 1 instead of being configurable
Mar 21, 2024
I just configured my tap to use offset_paginator style:
But i discovered that the first item was never returned.
After asking for help on slack, I was informed that the 1 value (first offset) seems to be hardcoded here:
tap-rest-api-msdk/tap_rest_api_msdk/streams.py
Line 306 in 4f87c1a
Could you fix it by making this value configurable? (I tested it locally by changing the value to 0 and it worked.)
The text was updated successfully, but these errors were encountered: