Skip to content

Feat/implement file update#91

Open
OlivierCoen wants to merge 17 commits into
mainfrom
feat/implement-file-update
Open

Feat/implement file update#91
OlivierCoen wants to merge 17 commits into
mainfrom
feat/implement-file-update

Conversation

@OlivierCoen

@OlivierCoen OlivierCoen commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Closes #88

Big refactoring of coordo cli:

  • updated coordo cli to replace commands like coordo load file --action add ... by coordo add file
  • added new append, replace and delete subcommands to allow users update data only, withot modifying the structure of the datapackage
  • factorized lots of code in order to make it easier to maintain
  • added comments and docstrings
  • added pytest tests

@OlivierCoen OlivierCoen force-pushed the feat/implement-file-update branch from f6cbd57 to d68139e Compare June 26, 2026 14:32
@OlivierCoen OlivierCoen requested a review from arnaudfnr June 30, 2026 20:23
@OlivierCoen OlivierCoen marked this pull request as ready for review June 30, 2026 20:23
@OlivierCoen OlivierCoen marked this pull request as draft July 1, 2026 06:21
@OlivierCoen OlivierCoen marked this pull request as ready for review July 1, 2026 06:57
@OlivierCoen OlivierCoen force-pushed the feat/implement-file-update branch from 27425c7 to 5857cfb Compare July 1, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat(File Loader): File update should not be overwrite

1 participant