InGen is a command line tool written on top of pandas and great_expectations to perform small scale data transformations and validations without writing code.
Removed explicit usage of sys.argv since ArgumentParser can access sys.argv correctly
Removed project.json file
Add help text to CLI args
Do not exit when interface fails. We can handle this by throwing better errors and let the caller handle the failure, this can be done in a separate PR
Definition of Done
Before submitting this pull request, please ensure that the following criteria have been met:
[ ] All automated tests have passed successfully.
[x] All manual tests have passed successfully.
[ ] Code has been reviewed by at least one other team member.
[ ] Code has been properly documented and commented as needed.
[ ] All new and existing code adheres to our project's coding standards.
[ ] All dependencies have been added or removed from the project's README or other documentation as needed.
[ ] Any relevant documentation or help files have been updated to reflect the changes made in this pull request.
[ ] Any necessary database migrations have been run.
[ ] Any relevant UI changes have been reviewed and approved by the UI/UX team.
Additional Notes
[Add any additional notes or context for the reviewer or future maintainers of this code.]
Description
Code style changes
Changes Made
sys.argv
since ArgumentParser can access sys.argv correctlyDefinition of Done
Before submitting this pull request, please ensure that the following criteria have been met:
Additional Notes
[Add any additional notes or context for the reviewer or future maintainers of this code.]
Thank you for submitting!