I am getting below error :
Compilation Error in snapshot order (snapshots/source/order.sql)
23:19:01 ‘snapshots’ is undefined. This can happen when calling a macro that does not exist. Check for typos and/or install package dependencies with “dbt deps”.
I have “package.yml” below entry
packages:
- git: “GitHub - dbt-labs/dbt-utils: Utility functions for dbt projects.”
revision: 1.0.0
i run also “debt deps”, i see it installed dbt_utils under dbt_packages
can someone help me what wrong i am doing , or how can check if i have snapshots macro