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#))