1.0.7 • Published 3 months ago

databricks-cli v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Databricks CLI

A command-line interface for quick Databricks tasks using the Databricks SQL API.

Installation

npm install -g databricks-cli

Or use it directly with npx:

npx databricks-cli <command>

Setup

Before using the CLI, you need to configure it with your Databricks credentials:

npx databricks-cli init

This will prompt you for:

  • Databricks SQL warehouse hostname
  • Access token
  • HTTP Path (optional)

Available Commands

Initialize Configuration

npx databricks-cli init

Describe Table

npx databricks-cli describe-table --table <table_name> [--schema <schema_name>]

Development

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Run in development mode:
npm run dev

License

MIT

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago