{"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","sqlalchemy-dialect","aws"],"use_cases":["Define and manage Redshift tables using SQLAlchemy ORM models instead of raw DDL statements.","Run parameterized queries and aggregations against Redshift using SQLAlchemy's expression language.","Reflect existing Redshift schemas into Python objects for introspection and dynamic query building.","Integrate Redshift as a data warehouse backend in a larger Python application using SQLAlchemy's session and connection pooling.","Support Alembic migrations for Redshift schema changes with column comment support."],"what_it_does":"This package is a SQLAlchemy dialect that translates SQLAlchemy's ORM and expression language into Redshift-compatible SQL. It acts as a bridge between your Python application and Amazon Redshift clusters, allowing you to define tables, run queries, and manage schemas using SQLAlchemy's familiar API instead of raw SQL.\n\nThe dialect handles Redshift-specific features like materialized views, spectrum support, and Redshift data types (GEOMETRY, SUPER, HLLSKETCH, TIMETZ). It requires either psycopg2 or redshift_connector as a separate installation to actually connect to Redshift; the dialect itself provides only the SQL translation and connection configuration. Recent versions support SQLAlchemy 1.4.x and 2.0.x, and Python 3.8 through 3.12.","worth_installing":"Yes, with conditions. The package is permissively licensed and has low install friction. However, the current version (0.8.15.dev0) is a development release with no changelog entries, and the last stable release was 425 days ago. If you need Redshift support in SQLAlchemy, this is the standard dialect, but verify that the development release is stable for your use case or pin to a stable release. You must separately install psycopg2 or redshift_connector."},"id":"chalk-sqlalchemy-redshift","links":{"html":"https://skillfed.io/packages/chalk-sqlalchemy-redshift","md":"https://skillfed.io/packages/chalk-sqlalchemy-redshift.md","pypi":"https://pypi.org/project/chalk-sqlalchemy-redshift/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-15","license_spdx":null,"license_treatment":"permissive","name":"chalk-sqlalchemy-redshift","python_support":"supports_current","summary":"Amazon Redshift Dialect for sqlalchemy (Chalk fork)"},"popularity":{"monthly_downloads":228293,"position":9155,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.15.dev0"}
