Hi, when creating a custom tap, does the meltano S...
# getting-started
n
Hi, when creating a custom tap, does the meltano SDK overrides "Date" header? I am building a tap where I use the date header to construct the Authorization token and the Date should be the same. I am getting a 401 and I suspect the Date header is getting overriden.
1
e
Hi @Nir Diwakar (Nir)! The SDK uses requests under the hood, and as far as I know no, the library doesn't inject the
date
header in the request. What do the
http_headers
and
authenticator
properties look like in your stream class?
n
I found the error to be something else. Thanks
👍 1