Metadata-Version: 2.2
Name: dbt-webhook
Version: 0.0.2
Summary: DBT plugin which allows define http hooks for dbt job and/or model execution start/end and inject data returned from hook to model meta.
Author-email: DataEng AI <dataeng.ai@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dbt-core>=1.7.0
Requires-Dist: requests>=2.25.0

# dbt-webhook
A DBT plugin that allows defining HTTP hooks for DBT commands and/or models, triggering them at execution start/end, and injecting the returned data into the model's metadata.
