Method
setFeatureGroupIndexingConfig POST
Copy POST

Sets various attributes of the feature group used for primary key, deployment lookups and streaming updates.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupId str Unique string identifier for the feature group.
No primaryKey str Name of the feature which defines the primary key of the feature group.
No updateTimestampKey str Name of the feature which defines the update timestamp of the feature group. Used in concatenation and primary key deduplication.
No lookupKeys list of str List of feature names which can be used in the lookup API to restrict the computation to a set of dataset rows. These feature names have to correspond to underlying dataset columns.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupId is not found.

Language: