Skip to content

Commit a10de19

Browse files
committed
Bump library version
1 parent 5b41409 commit a10de19

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

timdex_dataset_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from timdex_dataset_api.metadata import TIMDEXDatasetMetadata
55
from timdex_dataset_api.record import DatasetRecord
66

7-
__version__ = "2.2.0"
7+
__version__ = "2.3.0"
88

99
__all__ = [
1010
"DatasetRecord",

timdex_dataset_api/dataset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,9 @@ def _yield_current_record_batches(
500500
applied that removes this most recent version of a record, that timdex_record_id
501501
will not be yielded at all.
502502
503-
# TODO: update docstring....again...
503+
This method uses TIMDEXDatasetMetadata to provide a mapping of timdex_record_id to
504+
run_id for the current ETL run for that record. While yielding records, only when
505+
the timdex_record_id + run_id match the mapping is a record yielded.
504506
505507
Args:
506508
- batches: batches of records to actually yield from

0 commit comments

Comments
 (0)