{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"Provides a SQLAlchemy dialect for Amazon Redshift, enabling ORM and SQL expression language support against Redshift clusters via psycopg2 or redshift_connector.","skillfed_tags":["redshift","orm","data-warehouse"],"use_cases":["Build a data warehouse application using SQLAlchemy ORM models that map to Redshift tables without writing SQL.","Reflect an existing Redshift schema into Python objects to enable programmatic table and column inspection.","Execute parameterized queries and bulk operations (COPY, UNLOAD) against Redshift from a Python application.","Migrate a PostgreSQL application to Redshift by swapping the connection string and dialect while reusing most ORM code.","Generate Redshift DDL (CREATE TABLE, ALTER TABLE) from SQLAlchemy schema definitions in Alembic migrations."],"what_it_does":"sqlalchemy-redshift is a SQLAlchemy dialect that translates ORM queries and SQL expressions into Redshift-compatible SQL and handles connection management to Amazon Redshift clusters. It sits between your Python application and Redshift, allowing you to use SQLAlchemy's declarative ORM, query builder, and schema reflection tools without writing raw SQL.\n\nThe dialect implements Redshift-specific DDL compilation, datatype support (including GEOMETRY, SUPER, HLLSKETCH, and TIMETZ), and features like materialized views, spectrum table support, and IAM role-based COPY/UNLOAD commands. It requires a separate driver\u2014either psycopg2 or redshift_connector\u2014to establish actual database connections.","worth_installing":"Yes, if you are building a Python application against Amazon Redshift and want to use SQLAlchemy. The dialect is actively maintained, supports current Python versions (3.10\u20133.14), has no known vulnerabilities, and installs with low friction. You must separately choose and install a driver, but that is a one-time decision documented in the package's own guidance."},"id":"sqlalchemy-redshift","links":{"html":"https://skillfed.io/packages/sqlalchemy-redshift","md":"https://skillfed.io/packages/sqlalchemy-redshift.md","pypi":"https://pypi.org/project/sqlalchemy-redshift/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-28","license_spdx":null,"license_treatment":"permissive","name":"sqlalchemy-redshift","python_support":"supports_current","summary":"Amazon Redshift Dialect for sqlalchemy"},"popularity":{"monthly_downloads":5411556,"position":2106,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
