LewisDavies / upstream-prod

A dbt package for easily using production data in a development environment.
35 stars 4 forks source link

Typo error in : raise_ref_not_found_error #20

Closed bbaltagi-dtsl closed 1 year ago

bbaltagi-dtsl commented 1 year ago

Macro raise_ref_not_found_error.sql

Replace SCHEMA: {{ realtion.schema }}

With SCHEMA: {{ relation.schema }}

LewisDavies commented 1 year ago

Thanks for catching this. It must have crept in when I refactored the code before the last release. A new minor update will be available soon.