{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/5"}],"enrichment":{"capability":"Provides a Python interface for querying and manipulating Databricks SQL tables with chainable methods for select, insert, update, and delete operations.","skillfed_tags":["query-builder","abandoned"],"use_cases":["Build parameterized delete queries with WHERE conditions without writing raw SQL strings","Insert rows into Databricks tables by chaining .set() calls instead of constructing INSERT statements","Execute SELECT queries with optional filtering, ordering, and pagination using a fluent interface","Load and render SQL templates from files with mustache syntax for conditional query fragments","Update table rows with multiple field assignments and complex WHERE conditions in a readable chain"],"what_it_does":"databricks-sql is a lightweight Python wrapper that exposes Databricks SQL operations through a fluent, chainable API. Instead of writing raw SQL strings, you build queries using methods like .select(), .insert(), .update(), and .delete(), chaining conditions with .where() and .set() before calling .execute(). It also supports mustache templating for conditional SQL fragments.\n\nThe package depends on databricks-sql-connector for the actual connection and pystache for template rendering. It is designed for Python 3.8 through 3.11 and works with Databricks' three-tier namespace (catalog.schema.table). However, the project has been abandoned since 2022-12-18 with no maintenance activity since then, carrying the risk of incompatibility with newer Databricks API changes.","worth_installing":"No. The package is abandoned (last release 2022-12-18, no commits since) and carries maintenance risk. While install friction is low and the Apache 2-0 license is permissive, the frozen codebase may not work with current Databricks infrastructure. Consider using databricks-sql-connector directly or a maintained alternative unless you are certain the 1.0.0 API is stable for your use case."},"id":"databricks-sql","links":{"html":"https://skillfed.io/packages/databricks-sql","md":"https://skillfed.io/packages/databricks-sql.md","pypi":"https://pypi.org/project/databricks-sql/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-12-18","license_spdx":null,"license_treatment":"permissive","name":"databricks-sql","python_support":"supports_current","summary":"Databricks SQL framework, easy to learn, fast to code, ready for production."},"popularity":{"monthly_downloads":92954,"position":13412,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
