Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for updation of datasets #108

Open
techsavvyash opened this issue May 24, 2023 · 0 comments · May be fixed by #101
Open

feat: Add support for updation of datasets #108

techsavvyash opened this issue May 24, 2023 · 0 comments · May be fixed by #101
Assignees
Labels
enhancement New feature or request pending-review issues which have corresponding PRs which have a pending review/merge from the maintainer.

Comments

@techsavvyash
Copy link
Collaborator

Description

Functionality to update the already existing datasets needs to be implemented.

Progress

  1. We have the difference generator from CSVs, which will take the two CSVs (one that was ingested and other that has the updated data) as input and give back the array of records that need to be deleted and an array of records that need to be inserted.

Next Steps

  1. Figure out how to merge the data together, I propose that we create a temporary table with the new data, and then on the next read, we delete the rows that need to be deleted and attach new data and then send it back. (or this happens with some down time). @ChakshuGautam please detail this out further.
@techsavvyash techsavvyash added the enhancement New feature or request label May 24, 2023
@techsavvyash techsavvyash self-assigned this May 24, 2023
@techsavvyash techsavvyash linked a pull request May 24, 2023 that will close this issue
5 tasks
@techsavvyash techsavvyash added pending-review issues which have corresponding PRs which have a pending review/merge from the maintainer. and removed P0 labels Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending-review issues which have corresponding PRs which have a pending review/merge from the maintainer.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant