We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286769 commit 84d8030Copy full SHA for 84d8030
packages/pynumaflow/pynumaflow/sourcer/_dtypes.py
@@ -306,7 +306,7 @@ async def active_partitions_handler(self) -> PartitionsResponse:
306
307
async def total_partitions_handler(self) -> int | None:
308
"""
309
- Optional. Returns the total number of partitions in the source.
+ Returns the total number of partitions in the source.
310
Used by the platform for watermark progression to know when all
311
processors have reported in.
312
Returns None by default, indicating the source does not report total partitions.
0 commit comments