Metadata-Version: 2.4
Name: dbt-redshift-tsw
Version: 19.5.2
Summary: The Redshift adapter plugin for dbt (fork with SSO authentication support)
Project-URL: Homepage, https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-redshift
Project-URL: Documentation, https://docs.getdbt.com
Project-URL: Repository, https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-redshift
Project-URL: Issues, https://github.com/dbt-labs/dbt-adapters/issues
Project-URL: Changelog, https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-redshift/CHANGELOG.md
Author-email: dbt Labs <info@dbtlabs.com>
Maintainer-email: dbt Labs <info@dbtlabs.com>
License-File: LICENSE
Keywords: adapter,adapters,amazon,amazon web services,aws,database,dbt,dbt Cloud,dbt Core,dbt Labs,dbt-core,elt,redshift
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9.0
Requires-Dist: agate
Requires-Dist: dbt-adapters<2.0,>=1.11
Requires-Dist: dbt-common<2.0,>=1.10
Requires-Dist: dbt-core>=1.8.0b3
Requires-Dist: dbt-postgres<1.10,>=1.8
Requires-Dist: redshift-connector<2.2,>=2.1.8
Requires-Dist: requests
Requires-Dist: sqlparse<0.6.0,>=0.5.0
Description-Content-Type: text/markdown

<p align="center">
    <img
        src="https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg"
        alt="dbt logo"
        width="500"
    />
</p>

<p align="center">
    <a href="https://pypi.org/project/dbt-redshift/">
        <img src="https://badge.fury.io/py/dbt-redshift.svg" />
    </a>
    <a target="_blank" href="https://pypi.org/project/dbt-redshift/" style="background:none">
        <img src="https://img.shields.io/pypi/pyversions/dbt-redshift">
    </a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" />
    </a>
    <a href="https://github.com/python/mypy">
        <img src="https://www.mypy-lang.org/static/mypy_badge.svg" />
    </a>
    <a href="https://pepy.tech/project/dbt-redshift">
        <img src="https://static.pepy.tech/badge/dbt-redshift/month" />
    </a>
</p>

# dbt

**[dbt](https://www.getdbt.com/)** enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.

## dbt-redshift

`dbt-redshift` enables dbt to work with Amazon Redshift.
For more information on using dbt with Redshift, consult [the docs](https://docs.getdbt.com/docs/profile-redshift).

## ⚠️ This is a Fork

This repository is a fork of the original [dbt-redshift](https://github.com/dbt-labs/dbt-adapters) with additional SSO authentication support in dbt-redshift.

### Versioning of the Forked Packages

To maintain compatibility with both Semantic Versioning (SemVer) and PEP 440, and to clearly indicate the relationship with the original package versions, the versioning scheme for this fork follows a modified pattern:

- Versions based on original releases from the `1.9.5` series will use a major version of `19` to signify the fork, followed by the original minor and patch components. For example:
  - An original `1.9.5` release corresponds to `19.5.0` in this fork.
  - Subsequent patch releases on this fork will increment the last digit, e.g., `19.5.1`, `19.5.2`, etc.

- When the upstream package updates to eg. `1.10.1`, this fork will correspondingly update to a major version `110` to maintain clear upstream version alignment, for example:
  - `1.10.1` upstream → `110.1.0` forked version
  - Further patch releases would increment, e.g., `110.1.1`, `110.1.2`, etc.

This versioning approach avoids collision with expected upstream versions, provides clarity about the base upstream version, and remains fully compliant with both SemVer and PEP 440 standards.

### ✨ Additional Features

- **Single Sign-On (SSO) Authentication**: Support for OAuth2-based authentication using Azure AD and other identity providers
- **Token Management**: Automatic token refresh and caching for SSO sessions

# Getting started

Review the repository [README.md](../README.md) as most of that information pertains to `dbt-redshift`.

## Contribute

- Want to help us build `dbt-redshift`? Check out the [Contributing Guide](CONTRIBUTING.md).
