File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
docs/user_guides/fs/feature_group Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -107,17 +107,17 @@ When re-enabling TTL, you have two options:
107107
1081081 . ** Re-enable with the previous TTL value** : If you don't specify a TTL value, the feature group will use the last TTL value that was set.
109109
110- ``` python
111- # Re-enable TTL using the previous TTL value
112- fg.enable_ttl()
113- ```
110+ ``` python
111+ # Re-enable TTL using the previous TTL value
112+ fg.enable_ttl()
113+ ```
114114
1151152 . ** Re- enable with a new TTL value** : Specify a new TTL value when re- enabling.
116116
117- ``` python
118- # Re-enable TTL with a new value (90 seconds)
119- fg.enable_ttl(ttl = 90 )
120- ```
117+ ```python
118+ # Re-enable TTL with a new value (90 seconds)
119+ fg.enable_ttl(ttl = 90 )
120+ ```
121121
122122** Important** : If TTL was never set on the feature group before, you must provide a TTL value when enabling it.
123123Otherwise, TTL cannot be enabled.
You can’t perform that action at this time.
0 commit comments