Skip to content

Feast should raise an exception when trying to get a feature set that does not exist #346

@thisisandreeeee

Description

@thisisandreeeee

Expected Behavior

Feast should raise an exception when trying to get a feature set that does not exist, even when the fail_if_missing parameter is specified.

Current Behavior

Feast prints the following error message and does not raise an exception.

GetFeatureSet failed with code "StatusCode.UNKNOWN"

Steps to reproduce

from feast import Client
client = Client(core_url, serving_url)
client.get_feature_set("invalid_feature_set_name", fail_if_missing=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions