{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides a simplified Python interface to the Databricks REST API by wrapping the databricks-cli client library, exposing service instances for jobs, clusters, policies, workspaces, and other Databricks resources.","skillfed_tags":["databricks","deprecated","api-wrapper"],"use_cases":["Manage Databricks jobs programmatically\u2014create, run, cancel, and monitor job execution.","Automate cluster operations such as creating, resizing, starting, and stopping clusters.","Administer workspace resources including notebooks, folders, and permissions.","Manage secrets and access tokens for Databricks workspace authentication.","Control instance pools and delta pipelines through Python scripts."],"what_it_does":"databricks-api is a thin wrapper around the databricks-cli package that auto-generates a simplified Python interface to the Databricks REST API. It exposes a DatabricksAPI class with attributes for each service (jobs, clusters, policies, workspaces, secrets, groups, tokens, instance pools, delta pipelines, and repos), allowing you to call methods on those services directly without manually constructing HTTP requests.\n\nThe package is no longer maintained\u2014its last release was June 2023, and the repository is archived. Databricks officially recommends switching to the databricks-sdk package instead. If you are already using databricks-cli or have legacy code depending on this wrapper, it will continue to work as long as databricks-cli itself receives updates, but new projects should use the official SDK.","worth_installing":"No. The package is abandoned (last release June 2023) and explicitly directs users to the official databricks-sdk instead. While it has low install friction and no known vulnerabilities, using an unmaintained wrapper around databricks-cli introduces maintenance risk. Start with databricks-sdk for new projects; only use databricks-api if you have existing code that depends on it and cannot migrate."},"id":"databricks-api","links":{"html":"https://skillfed.io/packages/databricks-api","md":"https://skillfed.io/packages/databricks-api.md","pypi":"https://pypi.org/project/databricks-api/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-06-08","license_spdx":null,"license_treatment":"permissive","name":"databricks-api","python_support":"supports_current","summary":"Databricks API client auto-generated from the official databricks-cli package"},"popularity":{"monthly_downloads":2699817,"position":2936,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9.0"}
