The shared common utilities for dbt-core and adapter implementations use
To release a new version of dbt-common to pypi, you'll need to:
- Bump the
version
in dbt_common_/about.py - Run the release workflow to test pypi and confirm a successful test release in: https://test.pypi.org/project/dbt-common/
- Run the release workflow to prod pypi and confirm a successful release in: https://pypi.org/project/dbt-common/
- Bump the version of
dbt-common
indbt-core
anddbt-adapters
if you're releasing a new major version or a pre-release:dbt-core
: setup.pydbt-adapters
: pyproject.toml- Adapter Implementations:
dbt-postgres
: pyproject.tomldbt-snowflake
: setup.pydbt-bigquery
: setup.pydbt-redshift
: setup.pydbt-spark
: setup.py
- Install dbt
- Read the introduction and viewpoint
- Be part of the conversation in the dbt Community Slack
- Read more on the dbt Community Discourse
- Want to report a bug or request a feature? Let us know and open an issue
- Want to help us build dbt? Check out the Contributing Guide
Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the dbt Code of Conduct.