Limitations
Feast API
Limitation | Motivation |
Features names and entity names cannot overlap in feature table definitions | Features and entities become columns in historical stores which may cause conflicts |
The following field names are reserved in feature tables
| These keywords are used for column names when persisting metadata in historical stores |
Ingestion
Limitation | Motivation |
Once data has been ingested into Feast, there is currently no way to delete the data without manually going to the database and deleting it. However, during retrieval only the latest rows will be returned for a specific key ( | This functionality simply doesn't exist yet as a Feast API |
Storage
Limitation | Motivation |
Feast does not support offline storage in Feast 0.8 | As part of our re-architecture of Feast, we moved from GCP to cloud-agnostic deployments. Developing offline storage support that is available in all cloud environments is a pending action. |
Last updated