Skip to content

Commit

Permalink
profile diff page
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveFlynn committed Jan 31, 2024
1 parent 264fffa commit 5b362e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Binary file added docs/assets/images/features/profile-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion docs/docs/features/profile-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@ title: Profile Diff
---

# Profile Diff
Coming soon

Profile diff uses the `get_profile` from [dbt-profiler](https://hub.getdbt.com/data-mie/dbt_profiler/latest/). To use Profile Diff, ensure that dbt-profiler is installed in your project.

```yaml
packages:
- package: data-mie/dbt_profiler
version: <version>
```
Please reference [dbt-profiler](https://hub.getdbt.com/data-mie/dbt_profiler/latest/#dbt-profiler) for the definition of the profiling stats.
<figure markdown>
![Recce Profile Diff](../../assets/images/features/profile-diff.png)
<figcaption>Profile Diff</figcaption>
</figure>

0 comments on commit 5b362e3

Please sign in to comment.