Skip to content

Commit 67ce1d7

Browse files
Merge branch 'master' into feat/time-retrieval-bigquery
2 parents ed1c371 + 51e3a16 commit 67ce1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/templates/local/feature_repo/feature_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def transformed_conv_rate_fresh(inputs: pd.DataFrame) -> pd.DataFrame:
199199
"feast.io/field-role:is_reliable": "label",
200200
"feast.io/field-role:quality_score": "label",
201201
"feast.io/field-role:reviewer_notes": "metadata",
202-
"feast.io/label-values:is_reliable": "1,0",
202+
"feast.io/label-values:is_reliable": "1 0",
203203
"feast.io/label-widget:is_reliable": "binary",
204204
"feast.io/label-widget:quality_score": "number",
205205
"feast.io/label-widget:reviewer_notes": "text",

0 commit comments

Comments
 (0)