7 — OpenLineage & Materialization
OpenLineage Data Lineage (spec.openlineage)
spec.openlineage)HTTP transport (Marquez)
apiVersion: feast.dev/v1
kind: FeatureStore
metadata:
name: sample-openlineage
spec:
feastProject: my_project
openlineage:
enabled: true
transportType: http
transportUrl: "http://marquez.feast.svc.cluster.local:5000"
transportEndpoint: "api/v1/lineage"
extraConfig:
namespace: "my-feast-project"
producer: "feast-operator"
emit_on_apply: "true"
emit_on_materialize: "true"HTTP with API key authentication
Kafka transport
Console transport (development)
Field reference
Field
Type
Description
extraConfig keys
extraConfig keysKey
Type
Description
Materialization (spec.materialization)
spec.materialization)onlineWriteBatchSize
onlineWriteBatchSizeextraConfig
extraConfigKey
Type
Description
Full example
See also
Last updated
Was this helpful?