Skip to content

Commit c573df4

Browse files
committed
update #5
1 parent cc9a701 commit c573df4

18 files changed

+23
-31
lines changed

docs/3-view-modified/column-level-lineage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Column-Level Lineage
3-
icon: material/file-tree
43
---
54

65
Column-Level Lineage provides visibility into the upstream and downstream relationships of a column.
@@ -15,13 +14,13 @@ Common use-cases for column-level lineage are
1514

1615
1. Select a node in the lineage DAG, then click the column you want to view.
1716

18-
![alt text](../assets/images/features/cll-1.png){: .shadow}
17+
![alt text](../assets/images/3-view-modified/cll-1.png){: .shadow}
1918

2019
1. The column-level lineage for the selected column will be displayed.
2120

22-
![alt text](../assets/images/features/cll-2.png){: .shadow}
21+
![alt text](../assets/images/3-view-modified/cll-2.png){: .shadow}
2322

2423
1. To exit column-level lineage view, click the close button in the upper-left corner.
2524

26-
![alt text](../assets/images/features/cll-3.png){: .shadow}
25+
![alt text](../assets/images/3-view-modified/cll-3.png){: .shadow}
2726

docs/4-downstream-impacts/breaking-change-analysis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Breaking Change Analysis
3-
icon: octicons/diff-modified-24
43
---
54

65
**Breaking Change Analysis** examines modified models and categorizes changes into three types:

docs/4-downstream-impacts/impact-radius.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Impact Radius
3-
icon: material/adjust
43
---
54

65
**Impact Radius** helps you analyze changes and identify downstream impacts at the column level.
@@ -10,11 +9,11 @@ While dbt provides a similar capability using the [state selector](https://docs.
109

1110
=== "state:modified+"
1211

13-
![Breaking Change Analysis (disabled)](../assets/images/features/impact-radius-legacy.png){: .shadow}
12+
![Breaking Change Analysis (disabled)](../assets/images/4-downstream-impacts/impact-radius-legacy.png){: .shadow}
1413

1514
=== "Impact Radius"
1615

17-
![Breaking Change Analysis](../assets/images/features/impact-radius.png){: .shadow}
16+
![Breaking Change Analysis](../assets/images/4-downstream-impacts/impact-radius.png){: .shadow}
1817

1918

2019

@@ -24,29 +23,29 @@ While dbt provides a similar capability using the [state selector](https://docs.
2423

2524
1. Click the **Impact Radius** button in the upper-left corner.
2625

27-
![Impact Radius button highlighted](../assets/images/features/impact-radius-1.png){: .shadow}
26+
![Impact Radius button highlighted](../assets/images/4-downstream-impacts/impact-radius-1.png){: .shadow}
2827

2928
1. The impact radius will be displayed.
3029

31-
![Impact radius displayed on screen](../assets/images/features/impact-radius-2.png){: .shadow}
30+
![Impact radius displayed on screen](../assets/images/4-downstream-impacts/impact-radius-2.png){: .shadow}
3231

3332
1. To exit impact radius view, click the close button in the upper-left corner.
3433

35-
![Close button for exiting impact radius view](../assets/images/features/impact-radius-3.png){: .shadow}
34+
![Close button for exiting impact radius view](../assets/images/4-downstream-impacts/impact-radius-3.png){: .shadow}
3635

3736
### Show impact radius for a single changed model
3837

3938
1. Hover over a changed model, then click the **target icon** or right-click the model and click the **Show Impact Radius**
4039

41-
![Target icon for showing impact radius of a single model](../assets/images/features/impact-radius-single-1.png){: .shadow}
40+
![Target icon for showing impact radius of a single model](../assets/images/4-downstream-impacts/impact-radius-single-1.png){: .shadow}
4241

4342
1. The impact radius for this model will be displayed.
4443

45-
![Impact radius for a single model displayed on screen](../assets/images/features/impact-radius-single-2.png){: .shadow}
44+
![Impact radius for a single model displayed on screen](../assets/images/4-downstream-impacts/impact-radius-single-2.png){: .shadow}
4645

4746
1. To exit impact radius view, click the close button in the upper-left corner.
4847

49-
![Close button for exiting single model impact radius view](../assets/images/features/impact-radius-single-3.png){: .shadow}
48+
![Close button for exiting single model impact radius view](../assets/images/4-downstream-impacts/impact-radius-single-3.png){: .shadow}
5049

5150

5251
## How it works

docs/4-downstream-impacts/metadata-first.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Metadata First
3-
icon: material/adjust
43
---
54

65
# Metadata first apporach

docs/4-downstream-impacts/transformation-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Transformation Types
3-
icon: material/adjust
43
---
54

65
# Transformation Types
@@ -71,7 +70,7 @@ select
7170
from {{ ref("customers") }}
7271
```
7372

74-
![alt text](../assets/images/features/cll-example.png){: .shadow}
73+
![alt text](../assets/images/4-downstream-impacts/cll-example.png){: .shadow}
7574

7675
The following impact is detected:
7776

docs/5-data-diffing/histogram-diff.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Histogram Diff
77
Histogram Diff compares the distribution of a numeric column in an overlay histogram chart.
88

99
<figure markdown>
10-
![Recce Histogram Diff](../assets/images/features/histogram-diff.png)
10+
![Recce Histogram Diff](../assets/images/5-data-diffing/histogram-diff.png)
1111
<figcaption>Histogram Diff</figcaption>
1212
</figure>
1313

@@ -29,11 +29,11 @@ A Histogram Diff can be generated in two ways.
2929
4. Click `Histogram Diff`.
3030

3131
<figure markdown>
32-
![Generate a Recce Histogram Diff ](../assets/images/features/histogram-diff.gif){: .shadow}
32+
![Generate a Recce Histogram Diff ](../assets/images/5-data-diffing/histogram-diff.gif){: .shadow}
3333
<figcaption>Generate a Recce Histogram Diff from the column options</figcaption>
3434
</figure>
3535

36-
#### SQL Execution
36+
## SQL Execution
3737

3838
Histogram Diff generates SQL queries to create distribution histograms for numeric and date columns. The queries use binning strategies to group values and count occurrences in each bin, supporting both integer and floating-point data types.
3939

docs/5-data-diffing/profile-diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Profile Diff generates SQL queries using Jinja templates to calculate statistica
1717
You can review the exact [SQL templates](https://github.com/DataRecce/recce/blob/main/recce/tasks/profile.py#L14).
1818

1919
<figure markdown>
20-
![Recce Profile Diff](../assets/images/features/profile-diff.png)
20+
![Recce Profile Diff](../assets/images/5-data-diffing/profile-diff.png)
2121
<figcaption>Profile Diff</figcaption>
2222
</figure>
2323

docs/5-data-diffing/query.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Query
3-
icon: material/code-block-tags
43
---
54

65
Query page provides an AdHoc query interface to run arbitrary query or diff the query result between two environments. If you're a dbt user, you can use any dbt macros that are installed in your project.
@@ -24,15 +23,15 @@ select * from {{ ref("mymodel") }}
2423

2524
If the primary key(s) is specified, the query will occur in the warehouse; otherwise, the query will happen across two environments and the comparison will take place on the client side.
2625

27-
![Recce Query Diff](../assets/images/features/query-diff.png)
26+
![Recce Query Diff](../assets/images/5-data-diffing/query-diff.png)
2827

2928
!!! tip
3029

3130
In Mac, you can use `⌘ Enter` to run a query or use `⌘ ⇧ Enter` to run a query diff.
3231

3332
## Query Result
3433

35-
![Recce Query Diff](../assets/images/features/query-diff.gif){: .shadow}
34+
![Recce Query Diff](../assets/images/5-data-diffing/query-diff.gif){: .shadow}
3635

3736
- **Primary Key:** When comparison occurs on the client side, we can select the primary key by clicking the `key` icon. The primary key columns are used to be identified as the same record for both sides. If no primary key is specified, the records is compared by the row's index.
3837
- **Pinned Column:** The pinned column would show first in the column list.

docs/5-data-diffing/row-count-diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Row Count Diff shows the difference in row count between the base and current en
1111
3. Click `Row Count Diff`.
1212

1313
<figure markdown>
14-
![Recce Row Count Diff - Single model](../assets/images/features/row-count-diff-single.gif){: .shadow}
14+
![Recce Row Count Diff - Single model](../assets/images/5-data-diffing/row-count-diff-single.gif){: .shadow}
1515
<figcaption>Row Count Diff - Single model</figcaption>
1616
</figure>

docs/5-data-diffing/topK-diff.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Top-K Diff
77
Top-K Diff compares the distribution of a categorical column. The top 10 elements are shown by default, which can be expanded to the top 50 elements.
88

99
<figure markdown>
10-
![Recce Top-K Diff](../assets/images/features/top-k-diff.png)
10+
![Recce Top-K Diff](../assets/images/5-data-diffing/top-k-diff.png)
1111
<figcaption>Recce Top-K Diff</figcaption>
1212
</figure>
1313

@@ -29,7 +29,7 @@ A Top-K Diff can be generated in two ways.
2929
4. Click `Top-K Diff`.
3030

3131
<figure markdown>
32-
![Generate a Recce Top-K Diff ](../assets/images/features/top-k-diff.gif){: .shadow}
32+
![Generate a Recce Top-K Diff ](../assets/images/5-data-diffing/top-k-diff.gif){: .shadow}
3333
<figcaption>Generate a Recce Top-K Diff </figcaption>
3434
</figure>
3535

0 commit comments

Comments
 (0)