This pull request is a part of the data cleaning process within the ingestion module. It implements a check to ensure that duplicate listings are not saved to the datastore.
Type of Change
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Currently not tested, tests will be added in a future pull request
Checklist:
Before you submit your pull request, please make sure you have completed the following:
[x] I have read the CONTRIBUTING document.
[x] I have checked that my code adheres to the code style of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
[x] Any dependent changes have been merged and published in downstream modules.
Screenshots (if applicable)
Include any relevant screenshots or screen recordings demonstrating your changes.
Additional Notes
The pipeline will be modified in a future PR to make it more general so it can work with call types of datastores, not only csv.
Description
Issue Link: Please add the link to the issue here
This pull request is a part of the data cleaning process within the ingestion module. It implements a check to ensure that duplicate listings are not saved to the datastore.
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Currently not tested, tests will be added in a future pull request
Checklist:
Before you submit your pull request, please make sure you have completed the following:
Screenshots (if applicable)
Include any relevant screenshots or screen recordings demonstrating your changes.
Additional Notes