Hi! im using `tap-rest-api-msdk` im having problem...
# getting-started
j
Hi! im using
tap-rest-api-msdk
im having problems passing the value for Authorization in the header, looks like this in the request,
Copy code
message=dict_items([('Authorization', '$TOKEN')])
is not taken the env value, just the string not the real value, someone know how this could be solve, this is my config
Copy code
config:
              api_url: $URL_API
              name: $REPORT_NAME
              streams:
                - name: simple_extraction
              headers:
                Authorization: $TOKEN
e
Meltano doesn't currently expand environment variables within object values, similar to https://gitlab.com/meltano/meltano/-/issues/3245 Would you mind creating an issue for your
object
case?
j