forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: TTL support for ScyllaDB config and FeatureViews (#154)
* feat: TTL support for ScyllaDB tables and FeatureViews * fix: lint formatting * fix: set TTL as a tag in FeatureViews * fix: lint formatting * fix: remove ttl_clause from write_rows * just make online_store_ttl an int rather than timedelta * fix: address comments * chore: revert repo_configuration changes * fix: lint formatting * fix: change from online_store_ttl to online_store_key_ttl_seconds * chore: change Redis key_tt_seconds docstring * change Cassandra key_ttle_seconds docstring Co-authored-by: Bhargav Dodla <[email protected]> --------- Co-authored-by: Bhargav Dodla <[email protected]>
- Loading branch information
1 parent
43c94a6
commit 2a19428
Showing
4 changed files
with
81 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters