Hi all, I've noticed a peculiar error when trying ...
# plugins-general
d
Hi all, I've noticed a peculiar error when trying to run
tap-gitlab
using the SDK version (
main
branch) from https://github.com/MeltanoLabs/tap-gitlab/tree/main. When running
poetry run tap-gitlab --config config.json
I see:
singer_sdk.exceptions.FatalAPIError: 404 Client Error: Not Found for path: /api/v4/projects/%7Bproject_id%7D
, and the path URL decodes to
/api/v4/projects/{project_id}
, so the
project_id
is not being replaced within the URL. Any ideas why this is happening? cc @edgar_ramirez_mondragon since you've been working on this tap.