Skip to content

Commit 684dba8

Browse files
committed
Headings and info note.
Signed-off-by: merobi-hub <[email protected]>
1 parent e2d2eb6 commit 684dba8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/v2/docs/airflow_tutorial/index.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Airflow Tutorial
2+
title: Apache Airflow® Tutorial
33
template: basepage
44
sidebar_position: 2
55
---
@@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
1010

1111
1. [Prerequisites](#prerequisites)
1212
2. [Get and start Marquez](#get-marquez)
13-
3. [Configure Airflow to send events to Marquez](#configure-airflow)
13+
3. [Configure Apache Airflow to send events to Marquez](#configure-airflow)
1414
4. [View Airflow operational analytics and data lineage in Marquez](#view-airflow)
1515
5. [Next steps](#next-steps)
1616
6. [Feedback](#feedback)
@@ -184,14 +184,26 @@ The DataOps view offers a high-level view of historical and in-process operation
184184

185185
![](marquez_dataops.png)
186186

187-
In the Datasets view, you can click on a dataset to inspect a cross-platfrom-capable lineage graph. In this case, you can view the upstream tasks feeding the `airflowsample` table:
187+
### Datasets lineage graph
188+
189+
In the Datasets view, you can click on a dataset to inspect a cross-platfrom-capable lineage graph. In this case, you can view the upstream tasks feeding the `airflowsample` table in Airflow:
188190

189191
![](marquez_graph_wide.png)
190192

193+
:::info
194+
195+
Dependencies in other platforms that modify or consume the same dataset will also appear in the graph.
196+
197+
:::
198+
199+
### Dataset details
200+
191201
Click on the dataset node for a more details, including the schema, the time of the most recent update, and any facets in the OpenLineage event payload:
192202

193203
![](marquez_dataset_drawer.png)
194204

205+
### Versioned schema history
206+
195207
Click on the versions tab in the drawer for a versioned schema history:
196208

197209
![](marquez_dataset_versions.png)

0 commit comments

Comments
 (0)