We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b55726 commit ac45894Copy full SHA for ac45894
java/serving/src/test/resources/docker-compose/feast10/setup_it.py
@@ -64,7 +64,7 @@ def main():
64
print("Running setup_it.py")
65
66
setup_data()
67
- existing_repo_config = load_repo_config(Path(".") / "feature_store.yaml", Path("."))
+ existing_repo_config = load_repo_config(Path("."), Path(".") / "feature_store.yaml")
68
69
# Update to default online store since otherwise, relies on Dockerized Redis service
70
fs = FeatureStore(config=existing_repo_config.copy(update={"online_store": {}}))
0 commit comments