Example operators, pipelines, and Dockerfiles for SAP Data Hub showing how to connect to different sources or how to perform certain tasks.
Apache License 2.0
39
stars
30
forks
source link
HTTPSConnectionPool(host= port=443): Max retries exceeded with url Failed to establish a new connection: [Errno 110] Connection timed out',)) urllib3.connection.VerifiedHTTPSConnection object at #8
I am trying to authenticate the web page to download csv using datahub via below code in python operator
but everytime it gives me a error saying
Not sure how to handle the error in data hub. The code works fine in my anaconda environment.
Can you please suggest something how to get rid of this error