dbt-common1.12.0
dbt-common1.12.0
Published
The shared common utilities that dbt-core and adapter implementations use
pip install dbt-common
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- agate
<1.10,>=1.7.0
- colorama
<0.5,>=0.3.9
- deepdiff
<8.0,>=7.0
- isodate
<0.7,>=0.6
- jinja2
<4,>=3.1.3
- jsonschema
<5.0,>=4.0
- mashumaro
[msgpack]<4.0,>=3.9
- pathspec
<0.13,>=0.9
- protobuf
<5.0.0,>=4.0.0
- python-dateutil
<3.0,>=2.0
- requests
<3.0.0
- typing-extensions
<5.0,>=4.4
- check-wheel-contents
; extra == "build"
- twine
; extra == "build"
- wheel
; extra == "build"
- black
<24.0,>=23.3; extra == "lint"
- flake8
; extra == "lint"
- flake8-docstrings
; extra == "lint"
- flake8-pyproject
; extra == "lint"
- mypy
<2.0,>=1.3; extra == "lint"
- pytest
<8.0,>=7.3; extra == "lint"
- types-jinja2
<3.0,>=2.11; extra == "lint"
- types-jsonschema
<5.0,>=4.17; extra == "lint"
- types-protobuf
<5.0,>=4.24; extra == "lint"
- types-python-dateutil
<3.0,>=2.8; extra == "lint"
- types-pyyaml
<7.0,>=6.0; extra == "lint"
- types-requests
; extra == "lint"
- hypothesis
<7.0,>=6.87; extra == "test"
- pytest-cov
<5.0,>=4.1; extra == "test"
- pytest-mock
; extra == "test"
- pytest-xdist
<4.0,>=3.2; extra == "test"
- pytest
<8.0,>=7.3; extra == "test"
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:
- 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
Getting started
- Install dbt
- Read the introduction and viewpoint
Join the dbt Community
- Be part of the conversation in the dbt Community Slack
- Read more on the dbt Community Discourse
Reporting bugs and contributing code
- 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
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.