Expected Behavior
We can use Python dict to pass values to the headers argument:
headers = {"Authorization": "Basic (HelloWorldPython"}
return SubscriptionDataSource(
"https://eoko1uke6k6itbv.m.pipedream.net",
SubscriptionTransportMedium.REMOTE_FILE,
FileFormat.CSV,
headers
)
Actual Behavior
Not supported.
Potential Solution
Add PyObject overload. See download method.
Checklist