dbt-redshift-tsw


Namedbt-redshift-tsw JSON
Version 19.5.1 PyPI version JSON
download
home_pageNone
SummaryThe Redshift adapter plugin for dbt (fork with SSO authentication support)
upload_time2025-09-04 15:20:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords adapter adapters amazon amazon web services aws database dbt dbt cloud dbt core dbt labs dbt-core elt redshift
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbt-redshift-tsw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "dbt Labs <info@dbtlabs.com>",
    "keywords": "adapter, adapters, amazon, amazon web services, aws, database, dbt, dbt Cloud, dbt Core, dbt Labs, dbt-core, elt, redshift",
    "author": null,
    "author_email": "dbt Labs <info@dbtlabs.com>",
    "download_url": "https://files.pythonhosted.org/packages/dd/a2/e82c79addbdf928970783137090ff5444270fc17105e5ff2e9fdc35a2600/dbt_redshift_tsw-19.5.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img\n        src=\"https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg\"\n        alt=\"dbt logo\"\n        width=\"500\"\n    />\n</p>\n\n<p align=\"center\">\n    <a href=\"https://pypi.org/project/dbt-redshift/\">\n        <img src=\"https://badge.fury.io/py/dbt-redshift.svg\" />\n    </a>\n    <a target=\"_blank\" href=\"https://pypi.org/project/dbt-redshift/\" style=\"background:none\">\n        <img src=\"https://img.shields.io/pypi/pyversions/dbt-redshift\">\n    </a>\n    <a href=\"https://github.com/psf/black\">\n        <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" />\n    </a>\n    <a href=\"https://github.com/python/mypy\">\n        <img src=\"https://www.mypy-lang.org/static/mypy_badge.svg\" />\n    </a>\n    <a href=\"https://pepy.tech/project/dbt-redshift\">\n        <img src=\"https://static.pepy.tech/badge/dbt-redshift/month\" />\n    </a>\n</p>\n\n# dbt\n\n**[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.\n\ndbt 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.\n\n## dbt-redshift\n\n`dbt-redshift` enables dbt to work with Amazon Redshift.\nFor more information on using dbt with Redshift, consult [the docs](https://docs.getdbt.com/docs/profile-redshift).\n\n## \u26a0\ufe0f This is a Fork\n\nThis repository is a fork of the original [dbt-redshift](https://github.com/dbt-labs/dbt-adapters) with additional SSO authentication support in dbt-redshift.\n\n### Versioning of the Forked Packages\n\nTo 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:\n\n- 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:\n  - An original `1.9.5` release corresponds to `19.5.0` in this fork.\n  - Subsequent patch releases on this fork will increment the last digit, e.g., `19.5.1`, `19.5.2`, etc.\n\n- 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:\n  - `1.10.1` upstream \u2192 `110.1.0` forked version\n  - Further patch releases would increment, e.g., `110.1.1`, `110.1.2`, etc.\n\nThis 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.\n\n### \u2728 Additional Features\n\n- **Single Sign-On (SSO) Authentication**: Support for OAuth2-based authentication using Azure AD and other identity providers\n- **Token Management**: Automatic token refresh and caching for SSO sessions\n\n# Getting started\n\nReview the repository [README.md](../README.md) as most of that information pertains to `dbt-redshift`.\n\n## Contribute\n\n- Want to help us build `dbt-redshift`? Check out the [Contributing Guide](CONTRIBUTING.md).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The Redshift adapter plugin for dbt (fork with SSO authentication support)",
    "version": "19.5.1",
    "project_urls": {
        "Changelog": "https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-redshift/CHANGELOG.md",
        "Documentation": "https://docs.getdbt.com",
        "Homepage": "https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-redshift",
        "Issues": "https://github.com/dbt-labs/dbt-adapters/issues",
        "Repository": "https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-redshift"
    },
    "split_keywords": [
        "adapter",
        " adapters",
        " amazon",
        " amazon web services",
        " aws",
        " database",
        " dbt",
        " dbt cloud",
        " dbt core",
        " dbt labs",
        " dbt-core",
        " elt",
        " redshift"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3bc7a6c928d147953bb93f1ed50c8e7b45a237a26b87107218f7332e05a9c28",
                "md5": "794e2abb0bfec1cdbbc79095c07c4d1c",
                "sha256": "0344cc745cc7dc683e25ae20a807492c383671d973ee888fb8b6a9456ae4f3ff"
            },
            "downloads": -1,
            "filename": "dbt_redshift_tsw-19.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "794e2abb0bfec1cdbbc79095c07c4d1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 55824,
            "upload_time": "2025-09-04T15:20:21",
            "upload_time_iso_8601": "2025-09-04T15:20:21.607220Z",
            "url": "https://files.pythonhosted.org/packages/b3/bc/7a6c928d147953bb93f1ed50c8e7b45a237a26b87107218f7332e05a9c28/dbt_redshift_tsw-19.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dda2e82c79addbdf928970783137090ff5444270fc17105e5ff2e9fdc35a2600",
                "md5": "182521908a978f016643dc193a226fb4",
                "sha256": "365f7dd9557eaabed0f9d81f31f97b8d190c3505dc2c6af938dd65419e1cc5f1"
            },
            "downloads": -1,
            "filename": "dbt_redshift_tsw-19.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "182521908a978f016643dc193a226fb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 79144,
            "upload_time": "2025-09-04T15:20:23",
            "upload_time_iso_8601": "2025-09-04T15:20:23.205661Z",
            "url": "https://files.pythonhosted.org/packages/dd/a2/e82c79addbdf928970783137090ff5444270fc17105e5ff2e9fdc35a2600/dbt_redshift_tsw-19.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 15:20:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dbt-labs",
    "github_project": "dbt-adapters",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dbt-redshift-tsw"
}
        
Elapsed time: 1.40146s