Lazy loading for IncrementalDataSet #1588
antoinebon
started this conversation in
Idea
Replies: 1 comment
-
This is a great question, and I had to look back through some old git history to find out the answer... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a particular reason why IncrementalDataSet is not lazy loaded like PartitionedDataset?
Also the type signature for
IncrementalDataSet._load
seems incorrect. I would expect a return type similar toDict[str, object]
rather thanDict[str, Callable[[], Any]]
:Beta Was this translation helpful? Give feedback.
All reactions