databricks-sql-cli
databricks-sql-cli copied to clipboard
CLI for querying Databricks SQL
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...
dbsqlcli -e option - not capturing error logs on Linux machine. This is required if I want to capture error logs. Below parameters are set under dbsqlclirc file, log_file =...
## Proposal Some time ago I raised a pull request (#42) to handle catalog selection with visual references, which is a benefit for Unity Catalog. That PR was raised in...
The current setup doesn't allow for easy use of Catalogs from the Hive Metastore, and the Unity Catalog. This request adds the functionality so that catalogs can be selected. The...
I'm trying to read data from a table that has a column of type Date, as well as one of Timestamp, and if there are date or datetimes with the...
dears, there is a bug to exeucte a sql file by databricks-sql-cli when the sql file contiains some Chinese character. for example: those two sql file: [test.zip](https://github.com/databricks/databricks-sql-cli/files/12681653/test.zip) the test1.sql will...
Hello, I may wish to return this as a json format where each row is a record. Note this is a current workaround for returning a query in json format...
Hi, I have updated databricks-sql-cli to version 0.3.0. Now my authentication details - host name, HTTP path and access token - fail when I pass them directly to the command...
Update to pandas 1.4. Pandas 1.4 support python versions from 3.8. So we drop support for python 3.7.
Hi, Am trying to import a CSV file to Databricks (9.1 LTS (includes Apache Spark 3.1.2, Scala 2.12) and even with a very simple 2-column example and tiny integer input,...