Registry / devops / dbt-fusion-package-tools

dbt-fusion-package-tools

JSON →
library0.20.4pypypi✓ verified 81d ago

dbt-fusion-package-tools (v0.20.4) provides utilities for managing dbt packages in Fusion projects. It includes commands for package installation, dependency resolution, and version management. The library is actively maintained with irregular releases.

pip install dbt-fusion-package-tools
INSTALL
IMPORT
SIG · DBT-FUSION-PACKAGE
D
dbt-fusion-package-tools
devopspythonv0.20.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from dbt_fusion_package_tools import main
from dbt_fusion_package_tools import install_packages

Basic usage to install dbt packages from a YAML manifest.

from dbt_fusion_package_tools import install_packages # Install packages from a YAML manifest install_packages(manifest_path='packages.yml')
Debug
Known issues
breakingPython 3.14 support is experimental; versions <3.10 are not supported.
fix
Use Python >=3.10 and <3.14
affects: >=0.20.0
deprecatedThe old import path `dbtfusion_package_tools` is removed in v0.20.0.
fix
Use `dbt_fusion_package_tools`
affects: >=0.20.0
gotchaFunction signatures changed in v0.20.0: `install_packages` now requires a `manifest_path` argument, previously it was optional.
fix
Always provide `manifest_path` to avoid TypeError.
affects: >=0.20.0
Upgrade
Version history
0.20.4latest on PyPI · released Apr 20, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
dbt-fusion-package-tools — pip install dbt-fusion-package-tools · libregistry