From fc8f89059d1095e81e265f342ccaa26ff7f444f9 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Wed, 22 Jun 2022 12:39:56 -0700 Subject: [PATCH] fix: Update roadmap with stream feature view rfc (#2824) * update Signed-off-by: Kevin Zhang * Fix Signed-off-by: Kevin Zhang * Fix Signed-off-by: Kevin Zhang --- README.md | 1 + docs/roadmap.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 152b9d2d5d..f5c4cda47f 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ The list below contains the functionality that contributors are planning to deve * **Streaming** * [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider) * [x] [Push based streaming data ingestion to online store](https://docs.feast.dev/reference/data-sources/push) + * [x] [Registering SFVs with Custom Transformation Processing Pipeline](https://docs.google.com/document/d/1UzEyETHUaGpn0ap4G82DHluiCj7zEbrQLkJJkKSv4e8/edit) * [ ] Push based streaming data ingestion to offline store * **Feature Engineering** * [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#)) diff --git a/docs/roadmap.md b/docs/roadmap.md index 80cc2accd3..a87176b6c5 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -41,6 +41,7 @@ The list below contains the functionality that contributors are planning to deve * **Streaming** * [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider) * [x] [Push based streaming data ingestion to online store](https://docs.feast.dev/reference/data-sources/push) + * [x] [Registering SFVs with Custom Transformation Processing Pipeline](https://docs.google.com/document/d/1UzEyETHUaGpn0ap4G82DHluiCj7zEbrQLkJJkKSv4e8/edit) * [ ] Push based streaming data ingestion to offline store * **Feature Engineering** * [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))