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
Throughout CI runs, we are now getting this warning:
/home/runner/work/tap-github/tap-github/.venv/lib/python3.11/site-packages/singer_sdk/streams/rest.py:487:
DeprecationWarning: `RESTStream.get_next_page_token` is deprecated and will not be used
in a future version of the Meltano Singer SDK. Override `RESTStream.get_new_paginator` instead.
We should update the code to use the new method.
The text was updated successfully, but these errors were encountered:
Throughout CI runs, we are now getting this warning:
We should update the code to use the new method.
The text was updated successfully, but these errors were encountered: