dbt-common


Namedbt-common JSON
Version 1.13.0 PyPI version JSON
download
home_pageNone
SummaryThe shared common utilities that dbt-core and adapter implementations use
upload_time2024-11-19 16:21:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## dbt-common

The shared common utilities for dbt-core and adapter implementations use

### Releasing dbt-common
To release a new version of dbt-common to pypi, you'll need to: 
1. Bump the `version` in [dbt_common_/__about__.py](https://github.com/dbt-labs/dbt-common/blob/main/dbt_common/__about__.py)
2. Run the [release workflow](https://github.com/dbt-labs/dbt-common/actions/workflows/release.yml) to test pypi and confirm a successful test release in: https://test.pypi.org/project/dbt-common/
3. Run the [release workflow](https://github.com/dbt-labs/dbt-common/actions/workflows/release.yml) to prod pypi and confirm a successful release in: https://pypi.org/project/dbt-common/
4. Bump the version of `dbt-common` in `dbt-core` and `dbt-adapters` if you're releasing a new major version or a pre-release: 
   * `dbt-core`: [setup.py](https://github.com/dbt-labs/dbt-core/blob/main/core/setup.py)
   * `dbt-adapters`: [pyproject.toml](https://github.com/dbt-labs/dbt-adapters/blob/main/pyproject.toml)
   * Adapter Implementations: 
     * `dbt-postgres`: [pyproject.toml](https://github.com/dbt-labs/dbt-postgres/blob/main/pyproject.toml)
     * `dbt-snowflake`: [setup.py](https://github.com/dbt-labs/dbt-snowflake/blob/main/setup.py)
     * `dbt-bigquery`: [setup.py](https://github.com/dbt-labs/dbt-bigquery/blob/main/setup.py)
     * `dbt-redshift`: [setup.py](https://github.com/dbt-labs/dbt-redshift/blob/main/setup.py)
     * `dbt-spark`: [setup.py](https://github.com/dbt-labs/dbt-spark/blob/main/setup.py)

## Getting started

- [Install dbt](https://docs.getdbt.com/docs/get-started/installation)
- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)

## Join the dbt Community

- Be part of the conversation in the [dbt Community Slack](http://community.getdbt.com/)
- Read more on the [dbt Community Discourse](https://discourse.getdbt.com)

## Reporting bugs and contributing code

- Want to report a bug or request a feature? Let us know and open [an issue](https://github.com/dbt-labs/dbt-common/issues/new/choose)
- Want to help us build dbt? Check out the [Contributing Guide](https://github.com/dbt-labs/dbt-common/blob/HEAD/CONTRIBUTING.md)

## Code of Conduct

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbt-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "dbt Labs <info@dbtlabs.com>",
    "keywords": null,
    "author": null,
    "author_email": "dbt Labs <info@dbtlabs.com>",
    "download_url": "https://files.pythonhosted.org/packages/17/82/1228a2cd3dcb0ab17474d7ee189bd8e2a18fc01a08930f08c923ff619ab7/dbt_common-1.13.0.tar.gz",
    "platform": null,
    "description": "## dbt-common\n\nThe shared common utilities for dbt-core and adapter implementations use\n\n### Releasing dbt-common\nTo release a new version of dbt-common to pypi, you'll need to: \n1. Bump the `version` in [dbt_common_/__about__.py](https://github.com/dbt-labs/dbt-common/blob/main/dbt_common/__about__.py)\n2. Run the [release workflow](https://github.com/dbt-labs/dbt-common/actions/workflows/release.yml) to test pypi and confirm a successful test release in: https://test.pypi.org/project/dbt-common/\n3. Run the [release workflow](https://github.com/dbt-labs/dbt-common/actions/workflows/release.yml) to prod pypi and confirm a successful release in: https://pypi.org/project/dbt-common/\n4. Bump the version of `dbt-common` in `dbt-core` and `dbt-adapters` if you're releasing a new major version or a pre-release: \n   * `dbt-core`: [setup.py](https://github.com/dbt-labs/dbt-core/blob/main/core/setup.py)\n   * `dbt-adapters`: [pyproject.toml](https://github.com/dbt-labs/dbt-adapters/blob/main/pyproject.toml)\n   * Adapter Implementations: \n     * `dbt-postgres`: [pyproject.toml](https://github.com/dbt-labs/dbt-postgres/blob/main/pyproject.toml)\n     * `dbt-snowflake`: [setup.py](https://github.com/dbt-labs/dbt-snowflake/blob/main/setup.py)\n     * `dbt-bigquery`: [setup.py](https://github.com/dbt-labs/dbt-bigquery/blob/main/setup.py)\n     * `dbt-redshift`: [setup.py](https://github.com/dbt-labs/dbt-redshift/blob/main/setup.py)\n     * `dbt-spark`: [setup.py](https://github.com/dbt-labs/dbt-spark/blob/main/setup.py)\n\n## Getting started\n\n- [Install dbt](https://docs.getdbt.com/docs/get-started/installation)\n- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)\n\n## Join the dbt Community\n\n- Be part of the conversation in the [dbt Community Slack](http://community.getdbt.com/)\n- Read more on the [dbt Community Discourse](https://discourse.getdbt.com)\n\n## Reporting bugs and contributing code\n\n- Want to report a bug or request a feature? Let us know and open [an issue](https://github.com/dbt-labs/dbt-common/issues/new/choose)\n- Want to help us build dbt? Check out the [Contributing Guide](https://github.com/dbt-labs/dbt-common/blob/HEAD/CONTRIBUTING.md)\n\n## Code of Conduct\n\nEveryone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "The shared common utilities that dbt-core and adapter implementations use",
    "version": "1.13.0",
    "project_urls": {
        "Changelog": "https://github.com/dbt-labs/dbt-common/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/dbt-labs/dbt-common",
        "Issues": "https://github.com/dbt-labs/dbt-common/issues",
        "Repository": "https://github.com/dbt-labs/dbt-common.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae638805d3d0a1bcc1c2254b9ad276c7e39af34c22bc23801d37d7161c6907d",
                "md5": "90410900ebfc23927dd113c433ede6c4",
                "sha256": "dc5a01b0fbb13039480fd4de873b5e19ea8a8d3e9d2f81ec601bc68a5ec2ce02"
            },
            "downloads": -1,
            "filename": "dbt_common-1.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90410900ebfc23927dd113c433ede6c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 82889,
            "upload_time": "2024-11-19T16:21:29",
            "upload_time_iso_8601": "2024-11-19T16:21:29.436208Z",
            "url": "https://files.pythonhosted.org/packages/9a/e6/38805d3d0a1bcc1c2254b9ad276c7e39af34c22bc23801d37d7161c6907d/dbt_common-1.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17821228a2cd3dcb0ab17474d7ee189bd8e2a18fc01a08930f08c923ff619ab7",
                "md5": "191c60f026968f9c34a1490350900c40",
                "sha256": "2bc88b0bc81f13a84e95f3b46370f610658c2996ee0521d1b361901564d37f31"
            },
            "downloads": -1,
            "filename": "dbt_common-1.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "191c60f026968f9c34a1490350900c40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 79581,
            "upload_time": "2024-11-19T16:21:32",
            "upload_time_iso_8601": "2024-11-19T16:21:32.213749Z",
            "url": "https://files.pythonhosted.org/packages/17/82/1228a2cd3dcb0ab17474d7ee189bd8e2a18fc01a08930f08c923ff619ab7/dbt_common-1.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 16:21:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dbt-labs",
    "github_project": "dbt-common",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dbt-common"
}
        
Elapsed time: 0.46647s