{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"Provides a SQLAlchemy dialect to query Dremio data warehouses via Flight and ODBC interfaces, enabling SQL-based access to Dremio within Python applications.","skillfed_tags":["database-connector","data-warehouse"],"use_cases":["Build Python data pipelines that query Dremio using SQLAlchemy ORM, avoiding direct Dremio SQL syntax.","Integrate Dremio as a data source in Superset dashboards via the Flight interface.","Connect Jupyter notebooks or analytics scripts to Dremio for exploratory data analysis.","Route queries to specific Dremio workload management queues or engines using routing tags.","Establish encrypted TLS connections to Dremio Cloud from Python applications."],"what_it_does":"sqlalchemy-dremio is a SQLAlchemy dialect that bridges Python applications to Dremio, a data warehouse platform. It translates SQLAlchemy queries into Dremio-compatible operations, allowing you to use standard SQL and SQLAlchemy's ORM or Core API to interact with Dremio data without learning Dremio-specific query syntax. The dialect supports both Flight (the modern Arrow-based protocol) and legacy ODBC connections, with optional TLS encryption and workload management (WLM) routing for enterprise deployments.\n\nThe package depends on SQLAlchemy for the dialect framework and pyarrow for Flight protocol support. It is actively maintained, marked as production-stable, and integrates with tools like Apache Superset for business intelligence workflows. Connection strings are configurable with options for schema selection, encryption, certificate verification, and query routing.","worth_installing":"Yes, if you need SQLAlchemy-based access to Dremio. The package is production-stable, actively maintained, has no known vulnerabilities, and carries a permissive license. The high install friction (two non-trivial dependencies) is typical for database dialects and worth the cost if Dremio is your target warehouse. Verify Python version compatibility for your environment before installing."},"id":"sqlalchemy-dremio","links":{"html":"https://skillfed.io/packages/sqlalchemy-dremio","md":"https://skillfed.io/packages/sqlalchemy-dremio.md","pypi":"https://pypi.org/project/sqlalchemy-dremio/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-12","license_spdx":null,"license_treatment":"permissive","name":"sqlalchemy-dremio","python_support":"unspecified","summary":"A SQLAlchemy dialect for Dremio via the Flight interface."},"popularity":{"monthly_downloads":283784,"position":8071,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.5"}
