Skip to content

feast cli feature-sets describe broken #727

Description

@zhilingc

Expected Behavior

feast feature-sets describe <name> cannot be used because it doesn't allow the user to set a project, nor does it default to any value.

Steps to reproduce

Call feast feature-sets describe <some_feature_set>

Specifications

  • Version: 0.5.0

Possible Solution

The method calls fs = feast_client.get_feature_set(name=name). Since no project is provided to get_feature_set, a default project needs to be set in the client.

Either

  1. Allow users to pass feature set ids with projects specified (project/feature_set) or
  2. Allow users to set a default project.

The method should fall back to a default project (default) should one not be provided.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions