Getting Error while running snapshot

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:

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

Could you paste your snapshot code?

Note: @Josh Devlin (he) originally posted this reply in Slack. It might not have transferred perfectly.

1 Like

Thanks for reply , i got the problem this code was giving problem
“WHERE UPDATED_AT >= ‘{{ snapshots.timestamp() }}’” – i removed this