DBT BQ error: Unable to do partial parsing because of a version mismatch.

The problem I’m having

I am implementing the jaffe shop in my dbt and I am facing the following issue


`

I was trying to add this package to the project by creating packages.yml, and it didn’t work so I removed it. After this, I start getting this error.

Package: https://github.com/dbt-labs/dbt-labs-experimental-features/tree/main/materialized-views

Here’s the Log

07:58:59  Registered adapter: bigquery=1.5.3
07:58:59  checksum: 986ce01c81fea966d6e8c0ae6c228776692faacbfbdc0b30b56c2a0f73505324, vars: {}, profile: user, target: , version: 1.5.3
07:58:59  Unable to do partial parsing because of a version mismatch
07:59:00  1605: jinja rendering because of STATIC_PARSER flag. file: orders.sql
07:59:00  1605: jinja rendering because of STATIC_PARSER flag. file: customers.sql
07:59:00  1605: jinja rendering because of STATIC_PARSER flag. file: staging/stg_customers.sql
07:59:00  1605: jinja rendering because of STATIC_PARSER flag. file: staging/stg_payments.sql
07:59:00  1605: jinja rendering because of STATIC_PARSER flag. file: staging/stg_orders.sql

Can someone please help.