Skip to content

Commit fb2febb

Browse files
authored
docs: Add native lineage support description to blog (#5922)
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
1 parent df70d8d commit fb2febb

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

infra/website/docs/blog/feast-openlineage-integration.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,28 @@ authors: ["Nikhil Kathole", "Francisco Javier Arceo"]
1111

1212
# Tracking Feature Lineage with OpenLineage 🔗
1313

14-
# Feast and OpenLineage
14+
# Feast's Native Lineage Support
1515

16-
Understanding where your ML features come from and how they flow through your system is critical for debugging, compliance, and governance. We are excited to announce that Feast now supports native integration with [OpenLineage](https://openlineage.io/), the open standard for data lineage collection and analysis.
16+
Feast already provides **built-in lineage tracking** through its native UI. When you explore your feature store in the Feast UI, you can visualize relationships between data sources, entities, feature views, and feature services—all without any additional configuration.
17+
18+
<div class="content-image">
19+
<img src="/images/blog/feast_native_lineage.png" alt="Feast Native Lineage UI" loading="lazy">
20+
</div>
21+
22+
This native lineage view shows:
23+
- How **Data Sources** feed into **Feature Views**
24+
- Which **Entities** are associated with each **Feature View**
25+
- How **Feature Views** compose **Feature Services**
26+
27+
# Why OpenLineage? Lineage Across Your ML Ecosystem
28+
29+
While Feast's native lineage is powerful for understanding your feature store, modern ML systems span many tools—data pipelines, training jobs, model registries, and serving infrastructure. **OpenLineage** is the open standard that connects lineage across all these systems.
30+
31+
We are excited to announce that Feast now supports native integration with [OpenLineage](https://openlineage.io/), enabling you to:
32+
33+
- **Track end-to-end ML lineage**: Connect Feast feature lineage with upstream data pipelines (Airflow, Spark, dbt) and downstream model training
34+
- **Unified visibility**: See your entire ML data flow in a single lineage graph
35+
- **Interoperability**: Use any OpenLineage-compatible tool
1736

1837
With this integration, Feast automatically tracks and emits lineage events whenever you apply feature definitions or materialize features—**no code changes required**. Simply enable OpenLineage in your `feature_store.yaml`, and Feast handles the rest.
1938

399 KB
Loading

0 commit comments

Comments
 (0)