There was an error while loading. Please reload this page.
1 parent a2a2176 commit ab6a7d3Copy full SHA for ab6a7d3
1 file changed
src/openfe/storage/warehouse.py
@@ -29,10 +29,10 @@ class WarehouseStores(TypedDict):
29
Storage location for setup-related objects and configurations.
30
result : ExternalStorage
31
Storage location for result-related object.
32
-
33
- Notes
34
- -----
35
- Additional stores for results and tasks may be added in future versions.
+ shared : ExternalStorage
+ Storage location for non-permanent shared data.
+ tasks: External Storage
+ Storage location for execution tasks.
36
"""
37
38
setup: ExternalStorage
0 commit comments