You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infer features for on demand feature views, support multiple output features (#1845)
* Infer features for on demand feature views
Signed-off-by: Achal Shah <achals@gmail.com>
* Update all feature_refs
Signed-off-by: Achal Shah <achals@gmail.com>
* make format
Signed-off-by: Achal Shah <achals@gmail.com>
* Refactor
Signed-off-by: Achal Shah <achals@gmail.com>
* remove imports
Signed-off-by: Achal Shah <achals@gmail.com>
* remove a wierd union in the return type for _group_refs
Signed-off-by: Achal Shah <achals@gmail.com>
* use self._list
Signed-off-by: Achal Shah <achals@gmail.com>
* build template
Signed-off-by: Achal Shah <achals@gmail.com>
* fix bug and remove prints
Signed-off-by: Achal Shah <achals@gmail.com>
* Remove more prints
Signed-off-by: Achal Shah <achals@gmail.com>
* CR updates
Signed-off-by: Achal Shah <achals@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+71-82Lines changed: 71 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,89 +127,78 @@ pprint(feature_vector)
127
127
128
128
## 📦 Functionality and Roadmap
129
129
130
-
The list below contains Feast functionality that contributors are planning to develop
131
-
* Items below may indicate if it is planned for development or whether development is in progress.
132
-
* We welcome contribution to all items in the roadmap, especially those that are not currently planned or in development.
130
+
The list below contains the functionality that contributors are planning to develop for Feast
131
+
132
+
* Items below that are in development \(or planned for development\) will be indicated in parentheses.
133
+
* We welcome contribution to all items in the roadmap!
133
134
* Want to influence our roadmap and prioritization? Submit your feedback to [this form](https://docs.google.com/forms/d/e/1FAIpQLSfa1nRQ0sKz-JEFnMMCi4Jseag_yDssO_3nV9qMfxfrkil-wA/viewform).
134
-
* Want to speak to a Feast contributor? We are more than happy to jump on a quick call. Please schedule a time using [Calendly](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team).
-[ ] Streaming ingestion on AWS (Planned for Q4 2021)
170
-
-[ ] Streaming ingestion on GCP
171
-
172
-
173
-
-**Feature Engineering**
174
-
-[ ] On-demand Transformations (Development in progress. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
175
-
-[ ] Batch transformation (SQL)
176
-
-[ ] Streaming transformation
177
-
178
-
179
-
-**Deployments**
180
-
-[ ] AWS Lambda (Development in progress. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
181
-
-[ ] Cloud Run
182
-
-[ ] Kubernetes
183
-
-[ ] KNative
184
-
185
-
186
-
-**Feature Serving**
187
-
-[x] Python Client
188
-
-[ ] REST Feature Server (Python) (Development in progress. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit))
189
-
-[ ] gRPC Feature Server (Java) (See [#1497](https://github.com/feast-dev/feast/issues/1497))
190
-
-[ ] Java Client
191
-
-[ ] Go Client
192
-
-[ ] Push API
193
-
-[ ] Delete API
194
-
-[ ] Feature Logging (for training)
195
-
196
-
197
-
-**Data Quality Management**
198
-
-[ ] Data profiling and validation (Great Expectations) (Planned for Q4 2021)
* Want to speak to a Feast contributor? We are more than happy to jump on a call. Please schedule a time using [Calendly](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team).
*[ ] Streaming ingestion on AWS \(Planned for Q4 2021\)
167
+
*[ ] Streaming ingestion on GCP
168
+
***Feature Engineering**
169
+
*[ ] On-demand Transformations \(Development in progress. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#)\)
170
+
*[ ] Batch transformation \(SQL\)
171
+
*[ ] Streaming transformation
172
+
***Deployments**
173
+
*[ ] AWS Lambda \(Development in progress. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit)\)
174
+
*[ ] Cloud Run
175
+
*[ ] Kubernetes
176
+
*[ ] KNative
177
+
***Feature Serving**
178
+
*[x] Python Client
179
+
*[ ] REST Feature Server \(Python\)\(Development in progress. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit)\)
180
+
*[ ] gRPC Feature Server \(Java\)\(See [\#1497](https://github.com/feast-dev/feast/issues/1497)\)
181
+
*[ ] Java Client
182
+
*[ ] Go Client
183
+
*[ ] Push API
184
+
*[ ] Delete API
185
+
*[ ] Feature Logging \(for training\)
186
+
***Data Quality Management**
187
+
*[ ] Data profiling and validation \(Great Expectations\)\(Planned for Q4 2021\)
0 commit comments