Behzad Bayat
Behzad Bayat
You may define your proxy as environment variables HTTP_PROXY and HTTPS_PROXY. For ssl_verify I found no other way but to disable it in the source code and install from source.
even though I have set proxy settings in my VSCODE, sqltools is not taking the proxy settings. It's very important as almost all the organization are behind a proxy for...
@gjsjohnmurray I'm using databricks sql driver.
I tried leeting airbyte to install the library needed, but it did not work. I get the following error: ``` source = airbyte.get_source('source-linkedin-ads', version="0.7.0") ``` ``` AirbyteSubprocessFailedError: AirbyteSubprocessFailedError: Subprocess failed....
> @betizad - I think I see the issue here. From the logs, I see you are running in Databricks/Spark, and their runtime apparently does not support the venv library...