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
I tried using this extractor with pagination_request_style: simple_offset_paginator. However when I test the config or run the extractor I get the error below.
I couldn't figure out what I was doing wrong, but after some digging in the code I found out that the plugin contains a bug(?). I forked the repo, applied the 'fix' and the extractor is working me now. I am new to Meltano and not really a python developer, so leave up to the maintainers of this extractor what to do with this. The fix can be found below.
I tried using this extractor with
pagination_request_style: simple_offset_paginator
. However when I test the config or run the extractor I get the error below.TypeError: __init__() missing 1 required positional argument: 'page_size'
I couldn't figure out what I was doing wrong, but after some digging in the code I found out that the plugin contains a bug(?). I forked the repo, applied the 'fix' and the extractor is working me now. I am new to Meltano and not really a python developer, so leave up to the maintainers of this extractor what to do with this. The fix can be found below.
https://github.com/dannydeut/tap-rest-api-msdk/commit/60ef665b375f58b72a6162a50ef99a3ca4828964
BTW great work on this extractor, works very nice.
The text was updated successfully, but these errors were encountered: