File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44from timdex_dataset_api .metadata import TIMDEXDatasetMetadata
55from timdex_dataset_api .record import DatasetRecord
66
7- __version__ = "2.2 .0"
7+ __version__ = "2.3 .0"
88
99__all__ = [
1010 "DatasetRecord" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments