Skip to content

FEAST lab is broken. Expects "userX_music" but code and config are "music" #193

Description

@bryonbaker

Code is looking for a config file prefixed with the user but it is not there. Only the file music is.

user_name = os.environ.get("AWS_ACCESS_KEY_ID", "default")                                                                         
                                                                                                                                 
with open(f'/opt/app-root/src/feast-config/(user}_music', 'r') as file:                                                       
  fs_config_yaml = yaml.safe_load(file)                                                                                        

fs_config = feast.repo_config.RepoConfig(**fs_config_yaml)
fs = feast.FeatureStore(config=fs_config)

The screen shots for the module also show userX_music but what is in the cluster is also just music.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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