Jinja tutorial doc missing ref() #461
Labels
needs testing
Addressing this issue requires testing
priority: high
Technical inaccuracy, missing/incorrect information, or broken links. Negatively affects workflows
size: small
This change will take 1 to 2 days to address
Steps to reproduce:
In the Jinja tutorial there's a hardcoded
from app_data.payments
on line 247.Expected results:
I think it should be
from {{ ref('raw_payments') }}
Actual results
Results in a compile failure for the macro and
order_payment_method_amounts.sql
Extra details
N/A
The text was updated successfully, but these errors were encountered: