You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Using a python model with the postgres adapter, the post_hook is ignored. Calling it from the model, or the dbt_project.yml results in the same behavior of it being ignored.
Your environment
Using dbt-postgres: 1.5.5
and dbt-fal: 1.5.9
- OS: Windows 10
- Python: 3.10.7
- dbt:1.5.5
- fal: 1.5.9
Expected behavior
I expect the post-hook to run the sql command like it would for a sql model. Actual behavior