databricks-tui 0.27.1

Terminal dashboard for Databricks: compute, jobs, pipelines, warehouses, Unity Catalog, SQL console, costs and lineage
Documentation
1
2
3
4
5
6
7
pub mod app;
pub mod cli;
pub mod config;
pub mod fetchers;
pub mod schedule;
pub mod shape;
pub mod ui;