-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove storage from dataset query and refactor related codebase (#367)
* first version of from_storage without deprecated listing * first version of from_storage without deprecated listing * fixing tests and removing prints, refactoring * refactoring listing static methods * fixing non recursive queries * using ctc in test session * fixing json * fixing windows tests * returning to all tests * added session on cloud test catalog and refactoring tests * refactoring and fixing tests * fixing apply_udf and its tests * refactoring tests and related codebase * first version of from_storage without deprecated listing * first version of from_storage without deprecated listing * fixing tests and removing prints, refactoring * refactoring listing static methods * fixing non recursive queries * using ctc in test session * fixing json * removed not needed catalog storage methods and their related codebase * fixing windows tests * returning to all tests * fixing dataset dependencies * added session on cloud test catalog and refactoring tests * added dataset name dependencies test and fixes * small refactoring * fixing bug * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixing tests * fixing tests * removed duplicate function * removed not needed method * fix conftest * refactoring tests * removed catalog index from test * added print * fixing tests * added verbose tests * fixing test * fixing test * removing apply udf * remove parallel * removed -vvv from tests * removing not used functions and related tests * returned skipped test, returned output assert, fix print in CLI * returned dir expansion test * removing not needed method and added one test --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2c8cefc
commit 0abafcd
Showing
21 changed files
with
370 additions
and
688 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
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
Oops, something went wrong.