The problem I’m having
When attempted to upgrade our dbt version to 1.8.7 we are getting 2 types of errors:
- RefableLookup.find() missing 1 required positional argument: ‘manifest’ when building source models, aka using {{source()}} dbt built in macro.
-
- Compilation Error in model_name_child caused by compilation error in referenced ephemeral model model_name_parent
When testing locally we cannot reproduce the errors. We only get it in production. Our production runs are orchestrated by dagster which did not catch the error in branch deployment or staging.
The context of why I’m trying to do this
Upgrade to the latest dbt version.
What I’ve already tried
I have already tried local testing to reproduce the error.
Some example code or error messages
RefableLookup.find() missing 1 required positional argument: 'manifest'
* Compilation Error in *model_name_child* caused by compilation error in referenced ephemeral model *model_name_parent*