databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Allow ports other than 80/443 in ApiClient

Open martinstuder opened this issue 3 years ago • 0 comments

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.

martinstuder avatar Oct 28 '22 09:10 martinstuder