Gerald Nakhle
Results
1
issues of
Gerald Nakhle
This is to allow enterprise users who are forced to interact with Databricks via a proxy to set a custom host for ApiClient. Example Before ``` client = ApiClient(host='https://company.cloud.databricks.com?o=123') print(client.get_url("/"))...