Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
title: Data Observability Dashboard
---

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.
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.

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

<Frame>
<img
src="https://res.cloudinary.com/diuctyblm/image/upload/v1701701243/elementary_cloud_data_observability_dashboard_dec_2024_oaos2y.png"
alt="Elementary Data Observability Dashboard"
/>
</Frame>
<img src="https://res.cloudinary.com/diuctyblm/image/upload/v1701701243/elementary_cloud_data_observability_dashboard_dec_2024_oaos2y.png" alt="Elementary Data Observability Dashboard" />
</Frame>
25 changes: 10 additions & 15 deletions docs/features/data-lineage/column-level-lineage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,21 @@ select a column, the lineage of that specific column will be highlighted.

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

- Which downstream columns are actually impacted by a data quality issue?
- Can we deprecate or rename a column?
- Will changing this column impact a dashboard?
* Which downstream columns are actually impacted by a data quality issue?

* Can we deprecate or rename a column?

* Will changing this column impact a dashboard?

### Filter and highlight columns path

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

- **Filter**: Will show a graph of only the selected column and its dependencies.
- **Highlight**: Will highlight only the selected column and its dependencies.
* **Filter**: Will show a graph of only the selected column and its dependencies.

* **Highlight**: Will highlight only the selected column and its dependencies.

<iframe
width="700"
height="400"
src="https://res.cloudinary.com/diuctyblm/video/upload/v1710790204/colum-level-lineage-to-bi-better_c00lz0.mp4"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
alt="Elementary Lineage"
></iframe>
<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" />

### Column-level lineage generation

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

If you want a different approach in your Elementary Cloud instance - contact us.
If you want a different approach in your Elementary Cloud instance - contact us.
14 changes: 8 additions & 6 deletions docs/oss/quickstart/quickstart-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ icon: "square-2"
Before installing the CLI, make sure to complete the steps dbt package installation, including executing `dbt run` with the Elementary package models.

<Accordion title="dbt package installation">

<Snippet file="install-dbt-package.mdx" />

<Snippet file="install-dbt-package.mdx" />
</Accordion>

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

1. Use the CLI to:
- [Visualize all dbt test results and runs in a report](/oss/guides/generate-report-ui) ✨
- [Send informative alerts on failures](/oss/guides/alerts/elementary-alerts) 📣

* [Visualize all dbt test results and runs in a report](/oss/guides/generate-report-ui) ✨

* [Send informative alerts on failures](/oss/guides/alerts/elementary-alerts) 📣

2. [Add data anomaly detection dbt tests](/data-tests/add-elementary-tests) 📈
3. [Deploy Elementary in production](/oss/deployment-and-configuration/elementary-in-production) 🚀

3. [Deploy Elementary in production](/oss/deployment-and-configuration/elementary-in-production) 🚀