Registry / database / dbsqlcli

dbsqlcli

JSON →
library0.1.1pypypiunverified

A CLI tool for running SQL queries against Databricks SQL endpoints. Version 0.1.1, requires Python >=3.7. The project appears to be new or minimally maintained; documentation and usage examples are sparse.

pip install dbsqlcli
INSTALL
IMPORT
SIG · DBSQLCLI
D
dbsqlcli
databasepythonv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from dbsqlcli.cli import main
import dbsqlcli
The CLI entry point is inside the cli module; direct import of package does not expose the expected functions.

Run the CLI main function with dummy arguments. Replace with actual Databricks connection details.

from dbsqlcli.cli import main import sys sys.argv = ['dbsqlcli', '--help'] main()
dbsqlcli --version
Debug
Known issues
breakingThe package may not be compatible with the latest Databricks SQL Connector authentication changes.
fix
Use the official databricks-sql-connector package directly if authentication fails.
affects: 0.1.1
gotchaNo configuration file or environment variables are documented; connection parameters may need to be passed via command line arguments.
fix
Check the source code or run with --help to see available arguments.
affects: 0.1.1
Upgrade
Version history
0.1.1latest on PyPI · released Apr 8, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
dbsqlcli — pip install dbsqlcli · libregistry