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
What would be useful is to be able to see the full info about the Request in order to understand why the response is 400. That is, to see not just the path but the full URL including any URL parameters.
I've tested out the path above outside of meltano (e.g. using curl/postman etc) and it works, but I suspect that somehow the next page URL is not being sent correctly (it is a 400 error, not a 401). From the API docs (snippet below), it seems that the authorization is not the problem:
I've also tried setting up meltano for more verbose logging, but that doesn't seem to expose the info I'm after.
and I changed the api/path prefix (probably not in the most ideal way though, as it is now duplicated).
Mostly I added this context/comment just in case it helps anyone else, but I'm still curious about the best way to improve observability of the network requests if anyone has tips, thanks.
Hi, thanks for this plugin!
Is there a config option or any way to get more detailed logging?
I am seeing the following when hitting a REST API and trying to send it to a CSV:
What would be useful is to be able to see the full info about the Request in order to understand why the response is 400. That is, to see not just the path but the full URL including any URL parameters.
I've tested out the path above outside of meltano (e.g. using curl/postman etc) and it works, but I suspect that somehow the next page URL is not being sent correctly (it is a 400 error, not a 401). From the API docs (snippet below), it seems that the authorization is not the problem:
I've also tried setting up meltano for more verbose logging, but that doesn't seem to expose the info I'm after.
Additional context
The response from the API is like this:
in my .env I've got:
and my config is like:
The text was updated successfully, but these errors were encountered: