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.
Code is looking for a config file prefixed with the user but it is not there. Only the file
musicis.The screen shots for the module also show
userX_musicbut what is in the cluster is also justmusic.