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

Csv-to-csvw action does not delete previous output when an input csv or json is renamed #5

Open
2 tasks
GDonRanasinghe opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working spike A spike is a time bound focused project to accomplish as much as possible towards a goal

Comments

@GDonRanasinghe
Copy link
Contributor

GDonRanasinghe commented Sep 22, 2022

The csv-to-csvw action uses another github action to detect changes to the files. When a file is renamed, this other action notifies our action the renamed file. But it does not provide the previous file name of the renamed file. So we are not able to delete the outputs previously generated for this file.

  • Identify whether the current action for detecting changes can be replaced with another.
  • If above is not possible, update the csv-to-csvw action so that it loop through the out folder to detect redundant outputs and then delete them.
@GDonRanasinghe GDonRanasinghe transferred this issue from GSS-Cogs/csvcubed Sep 22, 2022
@GDonRanasinghe GDonRanasinghe added the bug Something isn't working label Sep 22, 2022
@robons robons added Needs Discussion This issue needs to be discussed with the team Needs Estimation This ticket needs to be estimated labels Nov 28, 2022
@GDonRanasinghe
Copy link
Contributor Author

Hey team! Please add your planning poker estimate with Zenhub @CharlesRendle @NickPapONS

@GDonRanasinghe GDonRanasinghe added spike A spike is a time bound focused project to accomplish as much as possible towards a goal and removed Needs Discussion This issue needs to be discussed with the team Needs Estimation This ticket needs to be estimated labels Jan 3, 2023
@GDonRanasinghe GDonRanasinghe self-assigned this Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spike A spike is a time bound focused project to accomplish as much as possible towards a goal
Projects
None yet
Development

No branches or pull requests

2 participants