dbt-core icon indicating copy to clipboard operation
dbt-core copied to clipboard

Fix `post_model_hook` call in data and unit tests

Open edgarrmondragon opened this issue 4 months ago • 2 comments

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.

edgarrmondragon avatar Oct 02 '24 05:10 edgarrmondragon