databricks-cli
databricks-cli copied to clipboard
Allow ports other than 80/443 in ApiClient
ApiClient currently assumes port 80 (http) / 443 (https) for the Databricks service. This prevents serving a mocked Databricks service on other ports which might be useful in some testing scenarios.
This issue is to request an extension to ApiClient to allow specifying a port explicitly.