We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623a3df commit 0d91f6bCopy full SHA for 0d91f6b
sdk/python/feast/feature_store.py
@@ -1292,7 +1292,6 @@ def _get_table_entity_values(
1292
entity_name_to_join_key_map: Dict[str, str],
1293
join_key_proto_values: Dict[str, List[Value]],
1294
) -> Dict[str, List[Value]]:
1295
- ""
1296
# The correct join_keys expected by the OnlineStore for this Feature View.
1297
table_join_keys = [
1298
entity_name_to_join_key_map[entity_name] for entity_name in table.entities
0 commit comments