Anthony Brittis
Results
1
comments of
Anthony Brittis
The issue is with Marketo API call: https://.mktorest.com/bulk/v1//export//file.json req. headers: - Authorization: - User-Agent: Singer.io/tap-marketo The header response.encoding from Marketo is set to ISO-8859-1 This causes Python's requests.models.iter_content(decode_unicode=True) to use...