diff --git a/examples/feast_integration/feast_integration/feast_workflow.py b/examples/feast_integration/feast_integration/feast_workflow.py index 16638806d..8e2031652 100644 --- a/examples/feast_integration/feast_integration/feast_workflow.py +++ b/examples/feast_integration/feast_integration/feast_workflow.py @@ -63,7 +63,7 @@ # %% if os.getenv("DEMO") is None: # local execution - os.environ["FEAST_S3_ENDPOINT_URL"] = ENDPOINT = "http://localhost:30084" + os.environ["FEAST_S3_ENDPOINT_URL"] = ENDPOINT = "http://localhost:30002" else: # execution on demo cluster os.environ["FEAST_S3_ENDPOINT_URL"] = ENDPOINT = "http://minio.flyte:9000"