Installation
Install with pipx
If you will install dbt-osmosis and its dependencies in a virtual environment, and make it available as a command-line tool.
pipx install dbt-osmosis
pipx inject dbt-osmosis dbt-<adapter>
Install with pip
This will install dbt-osmosis and its dependencies in your global Python environment or your active virtual environment.
pip install dbt-osmosis dbt-<adapter>
Naturally, you can also install dbt-osmosis using your favorite package manager. dbt-osmosis
is available on PyPI.