Skip to content

Commit 5c5ae5f

Browse files
fix(specs): ingestion expected and received events type [skip-bc] (generated)
algolia/api-clients-automation#4356 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 9709609 commit 5c5ae5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/ingestion/models/run_progress.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class RunProgress(BaseModel):
3333
RunProgress
3434
"""
3535

36-
expected_nb_of_events: Optional[int] = None
37-
received_nb_of_events: Optional[int] = None
36+
expected_nb_of_events: int
37+
received_nb_of_events: int
3838

3939
model_config = ConfigDict(
4040
strict=False,

0 commit comments

Comments
 (0)