File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def __init__(
108108 warnings .warn (
109109 (
110110 "The `value_type` parameter is being deprecated. Instead, the type of an entity "
111- "should be specified as a Field in the schema of a feature view. Feast 0.22 and "
111+ "should be specified as a Field in the schema of a feature view. Feast 0.23 and "
112112 "onwards will not support the `value_type` parameter. The `entities` parameter of "
113113 "feature views should also be changed to a List[Entity] instead of a List[str]; if "
114114 "this is not done, entity columns will be mistakenly interpreted as feature columns."
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ def __init__(
178178 warnings .warn (
179179 (
180180 "The `entities` parameter should be a list of `Entity` objects. "
181- "Feast 0.22 and onwards will not support passing in a list of "
181+ "Feast 0.23 and onwards will not support passing in a list of "
182182 "strings to define entities."
183183 ),
184184 DeprecationWarning ,
You can’t perform that action at this time.
0 commit comments