Skip to content

Commit

Permalink
Merge pull request #33 from DataRecce/doc/drc-362-sqlmesh-integration
Browse files Browse the repository at this point in the history
Add query diff in the sqlmesh tutorial
  • Loading branch information
popcornylu authored May 10, 2024
2 parents 727059e + 24a86bd commit 8c5ab4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified docs/assets/images/sqlmesh/sqlmesh-query-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/docs/start-with-sqlmesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ Here, the official [example project](https://github.com/TobikoData/sqlmesh/tree/
order by status
```

Click the **KEY** icon in the query result to show the result grouped by `status` column.
![Query Diff Result](../assets//images/sqlmesh/sqlmesh-query-diff.png){: .shadow}
Set the primary key as `status` and click the **Run Diff** button

![Query Diff Result](../assets//images/sqlmesh/sqlmesh-query-diff.png){: .shadow}

You will see that there is only one record where `status=NULL` that differs. In the original version, there were two records with `status=NULL`, but in the new version, there is no record with `status=NULL`.


## Supported Recce Features
Expand Down

0 comments on commit 8c5ab4f

Please sign in to comment.