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.

databaseaws
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.

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

from dbsqlcli.cli import main

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 footguns
breakingThe package may not be compatible with the latest Databricks SQL Connector authentication changes.
gotchaNo configuration file or environment variables are documented; connection parameters may need to be passed via command line arguments.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources