PaulCornellDB

Results 4 issues of PaulCornellDB

From a `venv` activated virtual environment with Python 3.12 after running `pip3 install setuptools wheel` and then `pip3 install databricks-sql-cli`: ``` Collecting databricks-sql-cli Using cached databricks_sql_cli-0.3.3-py3-none-any.whl.metadata (4.6 kB) Collecting Pygments=2.11.2...

The Provisioning Azure Databricks with Private Link - Simplified Deployment has references to two Azure resources that are not required for this deployment and lead to confusion with customers. In...

documentation

**Repro steps:** Run the command `databricks secrets put-secret --json @./.json` - Replace `` with some new or existing secrets scope name, for example `my-scope`. - Replace `` with a file...

Enhancement
CLI

If I want to get the host URL for a workspace, I have to do some error-prone string manipulation, for example (see the lines between `START HERE` and `END HERE`):...