Skip to content

Commit 5424c18

Browse files
authored
Merge pull request #56 from DataRecce/fix/rename-pr-mr-summary-file
2 parents 3204323 + 780931f commit 5424c18

15 files changed

+5
-5
lines changed

docs/2-getting-started/get-started-jaffle-shop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ Jaffle Shop is an example project officially provided by [dbt Labs](https://www.
7575
recce server
7676
```
7777
Open the link http://0.0.0.0:8000, you can see the lineage diff
78-
![Lineage diff](../assets/images/2-getting-started/jaffle_shop_lineage.png)
78+
![Lineage diff](../assets/images/2-getting-started/jaffle-shop-lineage.png)
7979
8. Switch to the **Query** tab, run this query
8080
```sql
8181
select * from {{ ref("orders") }} order by 1
8282
```
8383
Click the `Run Diff` or press `Cmd + Shift + Enter`
8484
Click on the 🔑 icon next to the `order_id` column to compare records that are uniquely identified by their `order_id`.
85-
![Query in Recce](../assets/images/2-getting-started/jaffle_shop_query.png)
85+
![Query in Recce](../assets/images/2-getting-started/jaffle-shop-query.png)
8686
9. Click the `+` to add the query result to checklist
87-
![Add query to checklist](../assets/images/2-getting-started/jaffle_shop_check.png)
87+
![Add query to checklist](../assets/images/2-getting-started/jaffle-shop-check.png)
8888

8989
## What’s Next
9090
By following this DuckDB tutorial, you’ve seen how Recce works locally.
File renamed without changes.

0 commit comments

Comments
 (0)