elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
627 stars 98 forks source link

Support HTTP proxies in eland_import_hub_model #688

Closed pquentin closed 2 months ago

pquentin commented 2 months ago

Depends on #667

Tested by running python -m dummyserver.proxy using tag 2.1.0 of urllib3 (I broke the command-line proxy in later commits of urllib3) and using export HTTPS_PROXY=http://localhost:8888/ to upload a model with Eland. Without the proxy running, the upload fails.