Skip to content
Prev Previous commit
Next Next commit
Add documentation
Signed-off-by: Stanley Opara <a-sopara@expediagroup.com>
  • Loading branch information
Stanley Opara committed Jun 17, 2024
commit 4593127ffcdbe60f8162f7ee6644cdb65c3779a9
1 change: 1 addition & 0 deletions sdk/python/feast/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class RegistryConfig(FeastBaseModel):
""" Dict[str, Any]: Extra arguments to pass to SQLAlchemy.create_engine. """

cache_mode: StrictStr = "sync"
Comment thread
stanconia marked this conversation as resolved.
""" str: Cache mode type, Possible options are sync and thread(asynchronous caching using threading library)"""


class RepoConfig(FeastBaseModel):
Expand Down