Skip to content

Commit

Permalink
Update feast_workflow.py
Browse files Browse the repository at this point in the history
Signed-off-by: Manish Dait <[email protected]>
  • Loading branch information
manishdait authored Oct 2, 2024
1 parent fec4d40 commit c67f98d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c67f98d

Please sign in to comment.