Closed shah204 closed 2 months ago
Thanks for raising this. I will have a look. It seems quite odd though 😄 . If you go on 0.12.x for the meantime it should still work.
Do you have freshness: null
somewhere in the YML of your sources? It seems to be the cause of the issue but I don't see it in the packages that you are installing.
Hey @b-per, thanks for the quick response. Going to a lower version did resolve this for now 😄
I have the following in my sources.yml for one source schema:
freshness:
warn_after: {count: 24, period: hour}
I was able to repro it. I have a PR out and will release a new patch version of the provider when I get approval
0.13.1 should be available on the dbt Hub in the next couple of hours
Thank you!
Describe the bug
I am attempting to install the package and run
dbt build --select package:dbt_project_evaluator
. When I do this, I get the following error message:Steps to reproduce
I am on dbt version 1.8.0, and dbt_project_evaluator version 0.13.0.
Expected results
Run all models.
Actual results
Errors on stg_sources.
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?