-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BaseDataset and FileSystemDataset classes (#76)
* Add BaseDataset and FileSystemDataset classes * Fix tests * Fix tests * Type fix * Add column_bytes_file_reader parameter to BaseDataset init * Add DatasetFactory class to hide implementation details * Fix test * Replace factory class with builder function * Fix builder function to accept a dataset configuration type and update tests * Fix type-check * Support config for one S3Dataset and multiple FileSystemDatasets * Version bump --------- Co-authored-by: Alex Bain (Woven by Toyota <[email protected]>
- Loading branch information
1 parent
383b83b
commit babcf9a
Showing
7 changed files
with
433 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.17 | ||
0.0.18 |
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.