'How to get an AWS Feature Store feature group into the ACTIVE state?

I am trying to ingest some rows into a Feature Store on AWS using:

feature_group.ingest(data_frame=df, max_workers=8, wait=True)

but I am getting the following error:

Failed to ingest row 1: An error occurred (ValidationError) when calling the PutRecord operation: Validation Error: FeatureGroup [feature-group] is not in ACTIVE state.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source