[Bug] dbt failing without an implementation for abstract method get_catalog_for_single_relation
#239
Closed
2 tasks done
get_catalog_for_single_relation
#239
Is this a new bug?
Current Behavior
We were running dbt with
dbt-core==1.8.2
in a docker image with no problems, but recently it started to fail with the error:Looking at the docker build logs we see that it was installing
dbt_adapters-1.2.1
but now it started to installdbt_adapters-1.3.0
, which was release 1 hour ago. One PR related toget_catalog_for_single_relation
was merged a few hours ago, what can be related to this error.Can someone help clarify what is happening?
requirements.txt:
Dockerfile:
Expected Behavior
It is expected to run all dbt commands with no problems.
Steps To Reproduce
Run any dbt command with this configs.
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: