dbt-core
dbt-core copied to clipboard
Fix `post_model_hook` call in data and unit tests
Resolves #10822
Problem
- https://github.com/dbt-labs/dbt-core/pull/10258
- https://github.com/duckdb/dbt-duckdb/issues/448
Solution
Checklist
- [ ] I have read the contributing guide and understand what's expected of me.
- [ ] I have run this code in development, and it appears to resolve the stated issue.
- [ ] This PR includes tests, or tests are not required or relevant for this PR.
- [ ] This PR has no interface changes (e.g., macros, CLI, logs, JSON artifacts, config files, adapter interface, etc.) or this PR has already received feedback and approval from Product or DX.
- [ ] This PR includes type annotations for new and modified functions.