Discover Packages
github.com/togo-framework/compute-databricks
package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 3, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
compute-databricks
part of the togo-framework
A togo compute backend that submits one-time runs to Databricks via the
Jobs REST API (/api/2.1/jobs/runs/submit).
togo install togo-framework/compute-databricks
togo provider:use compute databricks
togo config:set DATABRICKS_HOST https://xxx.cloud.databricks.com
togo config:set DATABRICKS_CLUSTER_ID 0101-…
# DATABRICKS_TOKEN in .env (secret)
Key
Purpose
DATABRICKS_HOST
workspace URL
DATABRICKS_TOKEN
PAT (secret)
DATABRICKS_CLUSTER_ID
existing cluster
MIT © fadymondy
Expand ▾
Collapse ▴
Documentation
¶
Package computedatabricks is a togo compute backend that submits one-time runs
to Databricks via the Jobs REST API (/api/2.1/jobs/runs/submit). Select with
`togo provider:use compute databricks`.
DATABRICKS_HOST workspace URL (https://…azuredatabricks.net)
DATABRICKS_TOKEN PAT (secret)
DATABRICKS_CLUSTER_ID existing cluster to run on
Source Files
¶
Click to show internal directories.
Click to hide internal directories.