jenn_leon
05/20/2022, 11:56 AMtap-rest-api-msdk
im having problems passing the value for Authorization in the header, looks like this in the request,
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
config:
api_url: $URL_API
name: $REPORT_NAME
streams:
- name: simple_extraction
headers:
Authorization: $TOKEN
edgar_ramirez_mondragon
05/22/2022, 1:39 PMobject
case?jenn_leon
05/23/2022, 12:42 PM