-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DataCatalog]: Lazy dataset loading (#4270)
* Move warm-up to runner Signed-off-by: Elena Khaustova <[email protected]> * Implemented test for running thread runner with patterns Signed-off-by: Elena Khaustova <[email protected]> * Added test for new catalog Signed-off-by: Elena Khaustova <[email protected]> * Add line separator to file Signed-off-by: Elena Khaustova <[email protected]> * Replaced writing csv manually to writing with pandas Signed-off-by: Elena Khaustova <[email protected]> * Fixed fixture Signed-off-by: Elena Khaustova <[email protected]> * Removed new catalog from test Signed-off-by: Elena Khaustova <[email protected]> * Made catalog type a parameter Signed-off-by: Elena Khaustova <[email protected]> * Removed old catalog from test Signed-off-by: Elena Khaustova <[email protected]> * Removed new catalog from test Signed-off-by: Elena Khaustova <[email protected]> * Removed data creation/loading Signed-off-by: Elena Khaustova <[email protected]> * Fixed test docstring Signed-off-by: Elena Khaustova <[email protected]> * Removed extra loop Signed-off-by: Elena Khaustova <[email protected]> * Renamed variable for clarifty Signed-off-by: Elena Khaustova <[email protected]> * Replaced ald method in the constructor Signed-off-by: Elena Khaustova <[email protected]> * Implemented dataset materialization Signed-off-by: Elena Khaustova <[email protected]> * Added temporal repr Signed-off-by: Elena Khaustova <[email protected]> * Removed replacing warning when init Signed-off-by: Elena Khaustova <[email protected]> * Improved repr Signed-off-by: Elena Khaustova <[email protected]> * Fixed bug in get() Signed-off-by: Elena Khaustova <[email protected]> * Moved warm-up to the top Signed-off-by: Elena Khaustova <[email protected]> * Moved warm-up to the top Signed-off-by: Elena Khaustova <[email protected]> * Moved warm-up to the top Signed-off-by: Elena Khaustova <[email protected]> * Updated eq and repr Signed-off-by: Elena Khaustova <[email protected]> * Fixed mypy errors Signed-off-by: Elena Khaustova <[email protected]> * Removed brackets from repr Signed-off-by: Elena Khaustova <[email protected]> * Renamed non_initialized to lazy Signed-off-by: Elena Khaustova <[email protected]> * Fixed bug in the constructor Signed-off-by: Elena Khaustova <[email protected]> * Made the iteration order fixed Signed-off-by: Elena Khaustova <[email protected]> * Fixed unit tests Signed-off-by: Elena Khaustova <[email protected]> * Added test for repr Signed-off-by: Elena Khaustova <[email protected]> * Added docstrings Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Renamed variable for consistency Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]>
- Loading branch information
1 parent
826021d
commit 7b7dad9
Showing
4 changed files
with
92 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters