[Bug] Possible breaking change in calling post_model_hook
in data and unit tests
#10822
Open
2 tasks done
Labels
awaiting_response
bug
Something isn't working
hooks
Issues related to dbt's hooks functionality
pre-release
Bug not yet in a stable release
unit tests
Issues related to built-in dbt unit testing functionality
Is this a new bug in dbt-core?
Current Behavior
The following command using the duckdb adapter fails in 1.9.0b1:
The data test fail with the following error message
Expected Behavior
The command
dbt build
should continue working on dbt 1.9Steps To Reproduce
I'm wrapping the dbt executable with Meltano, but it essentially runs
dbt build
. The error appeared in this PR: edgarrmondragon/meltano-dogfood#385.Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
post_model_hook
call in data and unit tests #10809The text was updated successfully, but these errors were encountered: