-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
293 make it possible to read evaluation directly from s3 (#337)
* wiip * adds S3Path class and a couple helper funcs. * update for s3path and make the sql method table registration optional. * remove validate and insert func, add some additional validation, remove unused code, * update tables for s3 reading, refactor to have intermediate classes, add validation, load and check_load methods. * update models, remove non-domain pydantic models, add pandas ans pyspark pandera models * update tests * update user guide examples. * cleanup playground * update init * set location_attributes and location_crosswalks validation to `strict="filter"` * delete one big table module... * make add_attrs optional * add validation to write parquet * update example * update filter formatting * minor import refactor * update read from s3 test * update examples * make read-only when path is s3 also clean up commented code * fix broken test * add name to class * make clone from s3 use new read/write table methods * set table name in table class * add list s3 evaluations * clean up * update to v0.4.4 * delete commented code
- Loading branch information
Showing
75 changed files
with
4,246 additions
and
3,540 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
Oops, something went wrong.