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

CLI for querying Databricks SQL

Results 27 databricks-sql-cli issues
Sort by recently updated
recently updated
newest added

We should periodically do a version check and let the user know if an upgrade is available. We can use PyPi's API: https://pypi.org/pypi/dbsqlcli/json

The current string (`0.1.x`) makes commands like `poetry install` to fail. Because the version is irrelevant to our release processes, I updated it to be `0.0.0`. We should consider keeping...

Add to readme instructions on how to run tests.

Is there any plan to create Profile kind of concept this way it will be easier to execute against multiple endpoints / hosts using dbsqlcli --profile #enhancement

Currently the CLI just appears to hang when connecting to an endpoint that is currently stopped and needs to start. Immediate observation from the user is similar to that of...

I wanted to bring to your attention an issue we've encountered in our project regarding the compatibility of Python 3.12.3 with Databricks SQL CLI. Currently, we are facing challenges with...

Hi, I am trying to run query with \G and \\\G, to have output like vertical data ( similar to sql \G). despite passing \G still it outputs same result...

I'm using this lib but I have some conflict dependencies because the connector version is outdated, Could it be possible to upgrade?

README should have a warning that no issues have been addressed since 2023 and the project is abandoned. There are other CLI options, please suggest some at the top of...

keyword completion works, but db/catalog/schema/table names are never offered on tab this is on latest MacOS + python 3.11.11 installed via UV additionally, building with 3.12 fails for me, didn't...