Metadata-Version: 2.4
Name: dbt-addons
Version: 0.0.6
Summary: Write-Audit-Publish and other missing dbt patterns
Home-page: https://github.com/vvaneecloo/dbt-addons
Author: Victor Vaneecloo
Author-email: victor.vaneecloo3@gmail.com
License: MIT
Project-URL: Documentation, https://vvaneecloo.github.io/dbt-addons/
Project-URL: Source, https://github.com/vvaneecloo/dbt-addons
Project-URL: Issues, https://github.com/vvaneecloo/dbt-addons/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dbt-core>=1.5.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: dbt-duckdb>=1.5.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# dbt-addons

A small, focused dbt wrapper that handles the boring-but-critical stuff dbt doesn't do for you out of the box:

- ✅ **WAP**: write-audit-publish macros for safe, blue-green deployments
- 🚧 More addons may follow as real gaps come up


## Quickstart

> [📄 Check out our documentation website](https://vvaneecloo.github.io/dbt-addons/).


## Requirements

- `dbt-core >= 1.5.0`
- Python `>= 3.10`

## Installing for local development

```bash
pip install -e ".[dev]"
```

This pulls in `dbt-duckdb`, used for local testing/integration tests without needing a warehouse connection.

## Contributing

Issues and PRs welcome. If you're hitting a dbt pain point you think belongs here, open an issue describing it: the bar is "does dbt-core or a well-known existing package already solve this," not "would this be nice to have."

## License

MIT
