Skip to content

Commit ae1a7f7

Browse files
committed
update new flag
1 parent 853f762 commit ae1a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guides/fs/feature_group/data_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For online enabled feature groups, the dataframe to be ingested needs to adhere
149149
The validation is enabled by setting below property when calling `insert()`
150150
=== "Python"
151151
```python
152-
feature_group.insert(df, validation_options={'run_validation':True})
152+
feature_group.insert(df, validation_options={'online_schema_validation':True})
153153
```
154154
The most important validation checks or error messages are mentioned below along with possible corrective actions.
155155

0 commit comments

Comments
 (0)