Skip to content

Commit 0626ee6

Browse files
Documentation edits made through Mintlify web editor (#1752)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 7316c21 commit 0626ee6

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

docs/features/collaboration-and-communication/data-observability-dashboard.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
title: Data Observability Dashboard
33
---
44

5-
Managing data systems can be a complex task, especially when there are hundreds (or even thousands) of models being orchestrated separately across multiple DAGs. These models serve different data consumers, including internal stakeholders, clients, and reverse-ETL pipelines.
5+
Managing data systems can be a complex task, especially when there are hundreds (or even thousands) of models being orchestrated separately across multiple DAGs. These models serve different data consumers, including internal stakeholders, clients, and reverse-ETL pipelines.
66

77
Our Data Observability Dashboard provides an easy-to-use control panel for data teams to monitor the quality and performance of their data warehouse.
88

99
<Frame>
10-
<img
11-
src="https://res.cloudinary.com/diuctyblm/image/upload/v1701701243/elementary_cloud_data_observability_dashboard_dec_2024_oaos2y.png"
12-
alt="Elementary Data Observability Dashboard"
13-
/>
14-
</Frame>
10+
<img src="https://res.cloudinary.com/diuctyblm/image/upload/v1701701243/elementary_cloud_data_observability_dashboard_dec_2024_oaos2y.png" alt="Elementary Data Observability Dashboard" />
11+
</Frame>

docs/features/data-lineage/column-level-lineage.mdx

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,21 @@ select a column, the lineage of that specific column will be highlighted.
1010

1111
Column-level lineage is useful for answering questions such as:
1212

13-
- Which downstream columns are actually impacted by a data quality issue?
14-
- Can we deprecate or rename a column?
15-
- Will changing this column impact a dashboard?
13+
* Which downstream columns are actually impacted by a data quality issue?
14+
15+
* Can we deprecate or rename a column?
16+
17+
* Will changing this column impact a dashboard?
1618

1719
### Filter and highlight columns path
1820

1921
To help navigate graphs with large amount of columns per table, use the `...` menu to the right of the column:
2022

21-
- **Filter**: Will show a graph of only the selected column and its dependencies.
22-
- **Highlight**: Will highlight only the selected column and its dependencies.
23+
* **Filter**: Will show a graph of only the selected column and its dependencies.
24+
25+
* **Highlight**: Will highlight only the selected column and its dependencies.
2326

24-
<iframe
25-
width="700"
26-
height="400"
27-
src="https://res.cloudinary.com/diuctyblm/video/upload/v1710790204/colum-level-lineage-to-bi-better_c00lz0.mp4"
28-
frameborder="0"
29-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
30-
allowfullscreen
31-
alt="Elementary Lineage"
32-
></iframe>
27+
<iframe width="700" height="400" src="https://res.cloudinary.com/diuctyblm/video/upload/v1731591441/Elementary%20Cloud%20Platform%20Demo%20Videos/Column-level_lineage_buotsd.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen alt="Elementary Lineage" />
3328

3429
### Column-level lineage generation
3530

@@ -50,4 +45,4 @@ where user_type != 'test_user'
5045
The direct dependency of `total_logins` is `login_events.login_time`.
5146
The column `login_events.user_type` filter the data of `total_logins`, but it is an indirect dependency and will not show in lineage.
5247

53-
If you want a different approach in your Elementary Cloud instance - contact us.
48+
If you want a different approach in your Elementary Cloud instance - contact us.

docs/oss/quickstart/quickstart-cli.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ icon: "square-2"
77
Before installing the CLI, make sure to complete the steps dbt package installation, including executing `dbt run` with the Elementary package models.
88

99
<Accordion title="dbt package installation">
10-
11-
<Snippet file="install-dbt-package.mdx" />
12-
10+
<Snippet file="install-dbt-package.mdx" />
1311
</Accordion>
1412

1513
<Snippet file="add-connection-profile.mdx" />
@@ -23,7 +21,11 @@ Before installing the CLI, make sure to complete the steps dbt package installat
2321
## What's next?
2422

2523
1. Use the CLI to:
26-
- [Visualize all dbt test results and runs in a report](/oss/guides/generate-report-ui)
27-
- [Send informative alerts on failures](/oss/guides/alerts/elementary-alerts) 📣
24+
25+
* [Visualize all dbt test results and runs in a report](/oss/guides/generate-report-ui)
26+
27+
* [Send informative alerts on failures](/oss/guides/alerts/elementary-alerts) 📣
28+
2829
2. [Add data anomaly detection dbt tests](/data-tests/add-elementary-tests) 📈
29-
3. [Deploy Elementary in production](/oss/deployment-and-configuration/elementary-in-production) 🚀
30+
31+
3. [Deploy Elementary in production](/oss/deployment-and-configuration/elementary-in-production) 🚀

0 commit comments

Comments
 (0)