Skip to content

Provenance Links#

Provenance Links are objects returned by methods such as get_feature_groups_provenance, get_storage_connector_provenance, get_parent_feature_group, get_generated_feature_groups, get_generated_feature_views get_models_provenance and represent sections of the provenance graph, depending on the method invoked.

Properties#

[source]

accessible#

List of [StorageConnectors|FeatureGroups|FeatureViews|Models] objects which are part of the provenance graph requested. These entities exist in the feature store/model registry and the user has access to them.


[source]

deleted#

List of [Artifact objects] which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent. These entities have been removed from the feature store/model registry.


[source]

faulty#

List of [Artifact objects] which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent. These entities exist in the feature store/model registry, however they are corrupted.


[source]

inaccessible#

List of [Artifact objects] which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent. These entities exist in the feature store/model registry, however the user does not have access to them anymore.


Artifact#

Artifacts objects are part of the provenance graph and contain a minimal set of information regarding the entities (feature groups, feature views) they represent. The provenance graph contains Artifact objects when the underlying entities have been deleted or they are corrupted or they are not accessible by the user.

[source]

feature_store_name#

Name of the feature store in which the artifact is located.


[source]

name#

Name of the artifact.


[source]

version#

Version of the artifact