Hello could anyone help me how to check this error message I'm encountering. previously it used to work but upon running dbt clean its not working anymore. Your response is highly appreciated. Thank you so much.
Steps to recreate:
dbt clean; dbt deps; dbt test
my packages.yml contains this one
packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
packages:
- package: calogica/dbt_expectations
version: [">=0.8.0", "<0.9.0"]
Screenshot: