Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jinja tutorial doc missing ref() #461

Closed
davesgonechina opened this issue Nov 16, 2020 · 0 comments · Fixed by #2585
Closed

Jinja tutorial doc missing ref() #461

davesgonechina opened this issue Nov 16, 2020 · 0 comments · Fixed by #2585
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

Comments

@davesgonechina
Copy link

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

@runleonarun runleonarun added 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 needs testing Addressing this issue requires testing labels Dec 13, 2021
nghi-ly pushed a commit that referenced this issue May 2, 2024
REPO SYNC - Public to Private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants