| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example demonstrates Feast's native OpenLineage integration for automatic data lineage tracking.
For full documentation, see the OpenLineage Reference.
pip install feast[openlineage]docker run -p 5000:5000 -p 3000:3000 marquezproject/marquezpython openlineage_demo.py --url http://localhost:5000The demo creates a sample feature repository and demonstrates:
When you run the demo, it will:
After running the demo, you'll see this lineage in Marquez:
driver_stats_source ──┐
├──→ feast_feature_views_openlineage_demo ──→ driver_hourly_stats
driver_id ────────────┘ │
▼
feature_service_driver_stats_service ──→ driver_stats_service
| Back | FazBrowse Home | New Git URL |