-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ETL-648] Modify comparsion job to only consider records from recent …
…exports (#119) * initial commit of using integration test exports * add linting and function docstring and hints * add support for pyarrow filesystem testing, adjust for PR review comments, add support for deleted data types and subtypes * add updated pipfile to include flask lib * move moto_server dep to compare parquet tests * add checks to helper func, remove unused imports * fix cf line * add missing source bucket param * add missing input args, fix tests to test for expected calls * add hive partitions to read in cohort as col and correct filters param * add isort to precommit * code review suggestion * remove support for comparing deleted data types, comment out isort for now * code review changes - refactor get_parquet_dataset, fix comments * code review revisions, separate out exports filter function, reduce complexity in main * add additional comments * correct tests * add check for parquet files in s3 location, remove redundant code * fix parquet_datasets check, add more tests * refactor is_valid_dataset to raise exceptions, separate out s3 bucket and client fixtures
- Loading branch information
Showing
9 changed files
with
1,394 additions
and
547 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
Oops, something went wrong.