1 { lib, buildPythonPackage, fetchPypi
10 buildPythonPackage rec {
11 pname = "databricks-cli";
15 inherit pname version;
16 sha256 = "bdf89a3917a3f8f8b99163e38d40e66dc478c7408954747f145cd09816b05e2c";
23 checkPhase = "pytest tests";
24 # tests folder is missing in PyPI
27 propagatedBuildInputs = [
36 homepage = "https://github.com/databricks/databricks-cli";
37 description = "A command line interface for Databricks";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ tbenst ];