Skip to content

Commit d3b1d2f

Browse files
authored
Fixing odfv cli group description (#1890)
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent e695457 commit d3b1d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def feature_view_list(ctx: click.Context):
239239
@cli.group(name="on-demand-feature-views")
240240
def on_demand_feature_views_cmd():
241241
"""
242-
Access feature views
242+
[Experimental] Access on demand feature views
243243
"""
244244
pass
245245

0 commit comments

Comments
 (0)