gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Add available transformers #200

Closed WilliGautier closed 3 years ago

sfalquier commented 3 years ago

Another idea to fix all the review comments could be creating a branch from feat/update_transformers for each big atomic task (add disclaimers, fix variables names, add missing comments, add a transformer unit test, ...) and create a PR to merge it into feat/update_transformers, and we will merge this PR when everything will be ready.

sfalquier commented 3 years ago

With recent merges, you have to

git fetch origin
git rebase origin/develop

And after having fixed possible conflicts

git push -f origin feat/update_transformers

On top of that, you also have to update docs/arlas-transformers.md