Skip to content

Commit 8bd2a84

Browse files
committed
fix: batch_size is last argument
Signed-off-by: Miguel Trejo <armando.trejo.marrufo@gmail.com>
1 parent 5a12856 commit 8bd2a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/infra/online_stores/dynamodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ def online_read(
187187
config: RepoConfig,
188188
table: FeatureView,
189189
entity_keys: List[EntityKeyProto],
190-
batch_size: int = 10,
191190
requested_features: Optional[List[str]] = None,
191+
batch_size: int = 10
192192
) -> List[Tuple[Optional[datetime], Optional[Dict[str, ValueProto]]]]:
193193
"""
194194
Retrieve feature values from the online DynamoDB store.

0 commit comments

Comments
 (0)