Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Update Jaffle Shop tutorial #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/assets/images/jaffle-shop/jaffle_shop_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/jaffle-shop/jaffle_shop_lineage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/jaffle-shop/jaffle_shop_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/docs/get-started-jaffle-shop.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ icon: material/school

- -- `amount` is currently stored in cents, so we convert it to dollars
- amount / 100 as amount
+ amount
+ amount / 20 as amount

from source
)
Expand All @@ -74,5 +74,5 @@ icon: material/school
Click the `Run Diff` or press `Cmd + Shift + Enter`
Click on the 🔑 icon next to the `order_id` column to compare records that are uniquely identified by their `order_id`.
![](../assets/images/jaffle-shop/jaffle_shop_query.png)
1. Click the `+` to add the query result to checklist
1. Click the `Add to Checklist` to add the query result to checklist
![](../assets/images/jaffle-shop/jaffle_shop_check.png)