OpenLineage Integration
Overview
Installation
pip install openlineage-pythonpip install feast[openlineage]Configuration
project: my_project
registry: data/registry.db
provider: local
online_store:
type: sqlite
path: data/online_store.db
openlineage:
enabled: true
transport_type: http
transport_url: http://localhost:5000
transport_endpoint: api/v1/lineage
namespace: feast
emit_on_apply: true
emit_on_materialize: trueEnvironment Variables
Usage
Configuration Options
Option
Default
Description
Lineage Graph Structure
Transport Types
HTTP Transport (Recommended for Production)
File Transport
Kafka Transport
Custom Feast Facets
FeastFeatureViewFacet
FeastFeatureServiceFacet
FeastMaterializationFacet
Lineage Visualization
Namespace Behavior
Feast to OpenLineage Mapping
Feast Concept
OpenLineage Concept
Last updated
Was this helpful?