René's URL Explorer Experiment


Title: feat: Allow default openlineage configuration by jacob-bush-shopify · Pull Request #6467 · feast-dev/feast · GitHub

Open Graph Title: feat: Allow default openlineage configuration by jacob-bush-shopify · Pull Request #6467 · feast-dev/feast

X Title: feat: Allow default openlineage configuration by jacob-bush-shopify · Pull Request #6467 · feast-dev/feast

Description: What this PR does / why we need it: The default behaviour of openlineage is to print to the console. However, feast does not allow standard openlineage configuration. By omitting the transport by default, we maintain the same default behaviour of printing to the console, but give much greater flexibility to end users. For example, this allows composite transports, filtering of events, etc. Which issue(s) this PR fixes: Checks I've made sure the tests are passing. My commits are signed off (git commit -s) My PR title follows conventional commits format Testing Strategy Unit tests Integration tests Manual tests Testing is not required for this change Manual 🎩 Configuring openlineage openlineage: enabled: true Current default behaviour ❯ feast apply /Users/jacobbush/tmp/feast_demos/openlineage/exact_bobcat/feature_repo/feature_definitions.py:27: DeprecationWarning: Entity value_type will be mandatory in the next release. Please specify a value_type for entity 'driver'. driver = Entity(name="driver", join_keys=["driver_id"]) Applying changes for project exact_bobcat /Users/jacobbush/tmp/feast_demos/openlineage/.venv/lib/python3.13/site-packages/feast/feature_store.py:690: RuntimeWarning: On demand feature view is an experimental feature. This API is stable, but the functionality does not scale well for offline retrieval warnings.warn( No changes to registry INFO:openlineage.client.client:OpenLineageClient will use `console` transport INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:36:57.247434+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "vals_to_add", "uri": "feast://vals_to_add"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "vals_to_add", "source_type": "RequestSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "vals_to_add", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_hourly_stats_source", "uri": "data/driver_stats.parquet"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "created", "description": "", "field_mapping": {}, "name": "driver_hourly_stats_source", "source_type": "FileSource", "tags": {}, "timestamp_field": "event_timestamp"}}, "inputFacets": {}, "name": "driver_hourly_stats_source", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_stats_push_source", "uri": "feast://driver_stats_push_source"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "driver_stats_push_source", "source_type": "PushSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "driver_stats_push_source", "namespace": "exact_bobcat"}, {"facets": {"feast_entity": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastEntityFacet.json", "description": "", "join_keys": ["driver_id"], "name": "driver", "owner": "", "tags": {}, "value_type": "ValueType.UNKNOWN"}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "driver_id", "type": "ValueType.UNKNOWN"}]}}, "inputFacets": {}, "name": "driver", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feast_feature_views_exact_bobcat", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "265845fd-55e4-4c72-aa34-11a497460bd4"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:36:57.247949+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v2", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v2' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v2", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v2", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "1fc7c154-7ac2-4af5-94c0-1cf8684e2404"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:36:57.248255+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v1", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v1' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 3."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 3, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v1", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v1", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "0e26db11-9fa2-4782-917e-0b91b1406f26"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:36:57.248473+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v3", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v3' aggregates features from: driver_hourly_stats_fresh, transformed_conv_rate_fresh. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats_fresh", "transformed_conv_rate_fresh"], "logging_enabled": false, "name": "driver_activity_v3", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v3", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "9e128fd1-41f6-43c6-8a97-2aba72ee4bac"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} No changes to infrastructure With these changes, the only difference appears to be a warning log that there is no config. Fallback is still console transport. ❯ uv tool run --from ~/tmp/feast --with openlineage-python feast apply Installed 70 packages in 172ms /Users/jacobbush/tmp/feast_demos/openlineage/exact_bobcat/feature_repo/feature_definitions.py:27: DeprecationWarning: Entity value_type will be mandatory in the next release. Please specify a value_type for entity 'driver'. driver = Entity(name="driver", join_keys=["driver_id"]) Applying changes for project exact_bobcat /Users/jacobbush/.cache/uv/archive-v0/K59LZTbHZV0ll_GEi5pWK/lib/python3.13/site-packages/feast/feature_store.py:871: RuntimeWarning: On demand feature view is an experimental feature. This API is stable, but the functionality does not scale well for offline retrieval warnings.warn( No changes to registry WARNING:openlineage.client.client:Couldn't find any OpenLineage transport configuration; will print events to console. INFO:openlineage.client.client:OpenLineageClient will use `console` transport INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:40:32.735121+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_hourly_stats_source", "uri": "data/driver_stats.parquet"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "created", "description": "", "field_mapping": {}, "name": "driver_hourly_stats_source", "source_type": "FileSource", "tags": {}, "timestamp_field": "event_timestamp"}}, "inputFacets": {}, "name": "driver_hourly_stats_source", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "vals_to_add", "uri": "feast://vals_to_add"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "vals_to_add", "source_type": "RequestSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "vals_to_add", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_stats_push_source", "uri": "feast://driver_stats_push_source"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "driver_stats_push_source", "source_type": "PushSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "driver_stats_push_source", "namespace": "exact_bobcat"}, {"facets": {"feast_entity": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastEntityFacet.json", "description": "", "join_keys": ["driver_id"], "name": "driver", "owner": "", "tags": {}, "value_type": "ValueType.UNKNOWN"}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "driver_id", "type": "ValueType.UNKNOWN"}]}}, "inputFacets": {}, "name": "driver", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feast_feature_views_exact_bobcat", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "f25377d6-96cc-4577-903c-d5bbc6ca1f2d"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:40:32.735775+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v3", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v3' aggregates features from: driver_hourly_stats_fresh, transformed_conv_rate_fresh. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats_fresh", "transformed_conv_rate_fresh"], "logging_enabled": false, "name": "driver_activity_v3", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v3", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "96e5f3ec-1e6f-44bb-a858-4f317de97a97"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:40:32.736071+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v2", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v2' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v2", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v2", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "2ba25258-9211-4675-be18-2165ee857fa5"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:40:32.736344+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v1", "namespace": "exact_bobcat"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v1' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 3."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 3, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v1", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v1", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "95cd461f-6638-4d0c-bd43-5b07910032d4"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} No changes to infrastructure And if we create an openlineage.yml file in the same directory transport: type: transform transformer_class: openlineage.client.transport.transform.JobNamespaceReplaceTransformer transformer_properties: new_job_namespace: new_value transport: type: console Then we can see that the transform transport is used, and the job namespace is transformed to new_value ❯ uv tool run --from ~/tmp/feast --with openlineage-python feast apply /Users/jacobbush/tmp/feast_demos/openlineage/exact_bobcat/feature_repo/feature_definitions.py:27: DeprecationWarning: Entity value_type will be mandatory in the next release. Please specify a value_type for entity 'driver'. driver = Entity(name="driver", join_keys=["driver_id"]) Applying changes for project exact_bobcat /Users/jacobbush/.cache/uv/archive-v0/K59LZTbHZV0ll_GEi5pWK/lib/python3.13/site-packages/feast/feature_store.py:871: RuntimeWarning: On demand feature view is an experimental feature. This API is stable, but the functionality does not scale well for offline retrieval warnings.warn( No changes to registry INFO:openlineage.client.client:OpenLineageClient will use `transform` transport INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:41:44.654834+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "vals_to_add", "uri": "feast://vals_to_add"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "vals_to_add", "source_type": "RequestSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "vals_to_add", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_stats_push_source", "uri": "feast://driver_stats_push_source"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "", "description": "", "field_mapping": {}, "name": "driver_stats_push_source", "source_type": "PushSource", "tags": {}, "timestamp_field": ""}}, "inputFacets": {}, "name": "driver_stats_push_source", "namespace": "exact_bobcat"}, {"facets": {"dataSource": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "driver_hourly_stats_source", "uri": "data/driver_stats.parquet"}, "feast_dataSource": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastDataSourceFacet.json", "created_timestamp_field": "created", "description": "", "field_mapping": {}, "name": "driver_hourly_stats_source", "source_type": "FileSource", "tags": {}, "timestamp_field": "event_timestamp"}}, "inputFacets": {}, "name": "driver_hourly_stats_source", "namespace": "exact_bobcat"}, {"facets": {"feast_entity": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastEntityFacet.json", "description": "", "join_keys": ["driver_id"], "name": "driver", "owner": "", "tags": {}, "value_type": "ValueType.UNKNOWN"}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "driver_id", "type": "ValueType.UNKNOWN"}]}}, "inputFacets": {}, "name": "driver", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feast_feature_views_exact_bobcat", "namespace": "new_value"}, "outputs": [{"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["driver"], "features": ["conv_rate", "acc_rate", "avg_daily_trips", "driver_metadata", "driver_config", "driver_profile"], "name": "driver_hourly_stats", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {"team": "driver_performance"}, "ttl_seconds": 86400}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "name": "driver_hourly_stats", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate_fresh", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat", "outputFacets": {}}, {"facets": {"feast_featureView": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureViewFacet.json", "description": "", "entities": ["__dummy"], "features": ["conv_rate_plus_val1", "conv_rate_plus_val2"], "name": "transformed_conv_rate", "offline_enabled": false, "online_enabled": true, "owner": "", "tags": {}, "ttl_seconds": 0}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "transformed_conv_rate", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "863f7b49-2a67-4ff0-8228-92a01cd8997b"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:41:44.656098+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v1", "namespace": "new_value"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v1' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 3."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 3, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v1", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v1", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "282d9d48-c0ad-414b-ac18-6c7f6feb6e94"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:41:44.656792+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats_fresh", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate_fresh", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v3", "namespace": "new_value"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v3' aggregates features from: driver_hourly_stats_fresh, transformed_conv_rate_fresh. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats_fresh", "transformed_conv_rate_fresh"], "logging_enabled": false, "name": "driver_activity_v3", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"fields": [], "name": "driver_metadata", "type": "Map"}, {"fields": [], "name": "driver_config", "type": "Json"}, {"fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v3", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "84392575-4010-4592-8818-0304ba55e699"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} INFO:openlineage.client.transport.console:{"eventTime": "2026-06-03T13:41:44.657523+00:00", "eventType": "COMPLETE", "inputs": [{"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}]}}, "inputFacets": {}, "name": "driver_hourly_stats", "namespace": "exact_bobcat"}, {"facets": {"schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "inputFacets": {}, "name": "transformed_conv_rate", "namespace": "exact_bobcat"}], "job": {"facets": {"feast_project": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastProjectFacet.json", "offline_store_type": "", "online_store_type": "", "project_name": "exact_bobcat", "provider": "local", "registry_type": "file"}}, "name": "feature_service_driver_activity_v2", "namespace": "new_value"}, "outputs": [{"facets": {"documentation": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-1-0/DocumentationDatasetFacet.json#/$defs/DocumentationDatasetFacet", "description": "Feature Service 'driver_activity_v2' aggregates features from: driver_hourly_stats, transformed_conv_rate. Total features: 8."}, "feast_featureService": {"_producer": "feast", "_schemaURL": "https://feast.dev/spec/facets/1-0-0/FeastFeatureServiceFacet.json", "description": "", "feature_count": 8, "feature_views": ["driver_hourly_stats", "transformed_conv_rate"], "logging_enabled": false, "name": "driver_activity_v2", "owner": "", "tags": {}}, "schema": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-2-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"fields": [], "name": "conv_rate", "type": "Float32"}, {"fields": [], "name": "acc_rate", "type": "Float32"}, {"description": "Average daily trips", "fields": [], "name": "avg_daily_trips", "type": "Int64"}, {"description": "Driver metadata as key-value pairs", "fields": [], "name": "driver_metadata", "type": "Map"}, {"description": "Driver configuration as JSON", "fields": [], "name": "driver_config", "type": "Json"}, {"description": "Driver profile as a typed struct", "fields": [], "name": "driver_profile", "type": "Struct({name: String, age: String})"}, {"fields": [], "name": "conv_rate_plus_val1", "type": "Float64"}, {"fields": [], "name": "conv_rate_plus_val2", "type": "Float64"}]}}, "name": "driver_activity_v2", "namespace": "exact_bobcat", "outputFacets": {}}], "producer": "feast", "run": {"facets": {"tags": {"_producer": "feast", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/TagsRunFacet.json#/$defs/TagsRunFacet", "tags": [{"key": "openlineage_client_version", "source": "OPENLINEAGE_CLIENT", "value": "1.47.1"}]}}, "runId": "fcaffd2c-8b11-424d-b9f3-219ae91e20b2"}, "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent"} No changes to infrastructure Misc

Open Graph Description: What this PR does / why we need it: The default behaviour of openlineage is to print to the console. However, feast does not allow standard openlineage configuration. By omitting the transport by ...

X Description: What this PR does / why we need it: The default behaviour of openlineage is to print to the console. However, feast does not allow standard openlineage configuration. By omitting the transport by ...

Opengraph URL: https://github.com/feast-dev/feast/pull/6467

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ff81c9a1-0d06-549a-2c31-61a418bcadcf
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA0B6:1E92:160B886:1F67323:6A4F5BFB
html-safe-noncee531e3c040d74f85f685fc30d11ebd96b0d37473a0122c021bab50297bb3becb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMEI2OjFFOTI6MTYwQjg4NjoxRjY3MzIzOjZBNEY1QkZCIiwidmlzaXRvcl9pZCI6IjIxNzgxNTUyMzEwMTUwMzM4NTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace2385fca808b8211959807c67f9a1e24d56ba24bbad0eb31be28ecec76c1fc0a
hovercard-subject-tagpull_request:3791194673
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/6467/files
twitter:imagehttps://avatars.githubusercontent.com/u/10622363?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/10622363?s=400&v=4
og:image:altWhat this PR does / why we need it: The default behaviour of openlineage is to print to the console. However, feast does not allow standard openlineage configuration. By omitting the transport by ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6467/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6467%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6467%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/6467/files
Reloadhttps://github.com/feast-dev/feast/pull/6467/files
Reloadhttps://github.com/feast-dev/feast/pull/6467/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6467/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 173 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
franciscojavierarceohttps://github.com/franciscojavierarceo
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
jacob-bush-shopify:openlineage-confighttps://github.com/jacob-bush-shopify/feast/tree/openlineage-config
Conversation 1 https://github.com/feast-dev/feast/pull/6467
Commits 2 https://github.com/feast-dev/feast/pull/6467/commits
Checks 37 https://github.com/feast-dev/feast/pull/6467/checks
Files changed https://github.com/feast-dev/feast/pull/6467/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6467/files
feat: Allow default openlineage configuration https://github.com/feast-dev/feast/pull/6467/files#top
Show all changes 2 commits https://github.com/feast-dev/feast/pull/6467/files
14c4166 fix: Update transport_type default and align docs/config jacob-bush-shopify Jun 2, 2026 https://github.com/feast-dev/feast/pull/6467/commits/14c416671a7293329655751f7695512a52edaa68
f491109 Merge branch 'master' into openlineage-config franciscojavierarceo Jun 3, 2026 https://github.com/feast-dev/feast/pull/6467/commits/f491109daee2c8e152dcb541dea5b53e50fe3565
Clear filters https://github.com/feast-dev/feast/pull/6467/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6467/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6467/files
07-openlineage-and-materialization.md https://github.com/feast-dev/feast/pull/6467/files#diff-02bfd5fcce659ef6937d8d0e39f08e9d42007049a7189ba4fbecb00680628781
openlineage.md https://github.com/feast-dev/feast/pull/6467/files#diff-da057009baea574f048daf393671ef5607e7fb622fb8a329259b13277b408c79
client.py https://github.com/feast-dev/feast/pull/6467/files#diff-bfdc533863bc988c2959903665cfb62372e0023afbe0448dfc6f279132938058
config.py https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
repo_config.py https://github.com/feast-dev/feast/pull/6467/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
test_openlineage_client.py https://github.com/feast-dev/feast/pull/6467/files#diff-0342f0582ddb16e041605a2a3e33aa6c10750b396c039f00ca27b3d873922df4
configuration.md https://github.com/feast-dev/feast/pull/6467/files#diff-dadf8691e9f287c4394ae24ecdce68bddf776205c88de313a4854f36b3c12ae8
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/how-to-guides/feast-operator/07-openlineage-and-materialization.mdhttps://github.com/feast-dev/feast/pull/6467/files#diff-02bfd5fcce659ef6937d8d0e39f08e9d42007049a7189ba4fbecb00680628781
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/docs/how-to-guides/feast-operator/07-openlineage-and-materialization.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-02bfd5fcce659ef6937d8d0e39f08e9d42007049a7189ba4fbecb00680628781
https://github.com/feast-dev/feast/pull/6467/files#diff-02bfd5fcce659ef6937d8d0e39f08e9d42007049a7189ba4fbecb00680628781
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/openlineage.mdhttps://github.com/feast-dev/feast/pull/6467/files#diff-da057009baea574f048daf393671ef5607e7fb622fb8a329259b13277b408c79
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/docs/reference/openlineage.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-da057009baea574f048daf393671ef5607e7fb622fb8a329259b13277b408c79
https://github.com/feast-dev/feast/pull/6467/files#diff-da057009baea574f048daf393671ef5607e7fb622fb8a329259b13277b408c79
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/openlineage/client.pyhttps://github.com/feast-dev/feast/pull/6467/files#diff-bfdc533863bc988c2959903665cfb62372e0023afbe0448dfc6f279132938058
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/sdk/python/feast/openlineage/client.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-bfdc533863bc988c2959903665cfb62372e0023afbe0448dfc6f279132938058
https://github.com/feast-dev/feast/pull/6467/files#diff-bfdc533863bc988c2959903665cfb62372e0023afbe0448dfc6f279132938058
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/openlineage/config.pyhttps://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/sdk/python/feast/openlineage/config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/pull/6467/files#diff-3a050721e072cf5e5c78b90b1dc486e1c4ce189385f28198fc5c4fd1654a614b
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/repo_config.pyhttps://github.com/feast-dev/feast/pull/6467/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/sdk/python/feast/repo_config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
https://github.com/feast-dev/feast/pull/6467/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/tests/unit/test_openlineage_client.pyhttps://github.com/feast-dev/feast/pull/6467/files#diff-0342f0582ddb16e041605a2a3e33aa6c10750b396c039f00ca27b3d873922df4
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/sdk/python/tests/unit/test_openlineage_client.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
skills/references/configuration.mdhttps://github.com/feast-dev/feast/pull/6467/files#diff-dadf8691e9f287c4394ae24ecdce68bddf776205c88de313a4854f36b3c12ae8
View file https://github.com/jacob-bush-shopify/feast/blob/f491109daee2c8e152dcb541dea5b53e50fe3565/skills/references/configuration.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6467/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6467/files#diff-dadf8691e9f287c4394ae24ecdce68bddf776205c88de313a4854f36b3c12ae8
https://github.com/feast-dev/feast/pull/6467/files#diff-dadf8691e9f287c4394ae24ecdce68bddf776205c88de313a4854f36b3c12ae8
Please reload this pagehttps://github.com/feast-dev/feast/pull/6467/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.