Class CompositeKey (1.48.0)

CompositeKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ID that is comprised from several parts (columns).

Attribute

NameDescription
parts MutableSequence[str]
Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

Methods

CompositeKey

CompositeKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ID that is comprised from several parts (columns).