You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/hsfs/feature_group.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2911,7 +2911,7 @@ def save(
2911
2911
* key `run_validation` boolean value, set to `False` to skip validation temporarily on ingestion.
2912
2912
* key `save_report` boolean value, set to `False` to skip upload of the validation report to Hopsworks.
2913
2913
* key `ge_validate_kwargs` a dictionary containing kwargs for the validate method of Great Expectations.
2914
-
* key `online_schema_validation` boolean value, set to `True` to validate the schema for online ingestion.
2914
+
* key `schema_validation` boolean value, set to `True` to validate the schema.
2915
2915
wait: Wait for job and online ingestion to finish before returning, defaults to `False`.
2916
2916
Shortcut for write_options `{"wait_for_job": False, "wait_for_online_ingestion": False}`.
2917
2917
@@ -3120,7 +3120,7 @@ def insert(
3120
3120
* key `ge_validate_kwargs` a dictionary containing kwargs for the validate method of Great Expectations.
3121
3121
* key `fetch_expectation_suite` a boolean value, by default `True`, to control whether the expectation
3122
3122
suite of the feature group should be fetched before every insert.
3123
-
* key `online_schema_validation` boolean value, set to `True` to validate the schema for online ingestion.
3123
+
* key `schema_validation` boolean value, set to `True` to validate the schema.
3124
3124
wait: Wait for job and online ingestion to finish before returning, defaults to `False`.
3125
3125
Shortcut for write_options `{"wait_for_job": False, "wait_for_online_ingestion": False}`.
3126
3126
transformation_context: `Dict[str, Any]` A dictionary mapping variable names to objects that will be provided as contextual information to the transformation function at runtime.
0 commit comments