openknowledge-archive / dpm-py

DEPRECATED Data package manager written in Python
http://frictionlessdata.io/tools/
MIT License
8 stars 6 forks source link

import_git.py exits if error is occurred when publishing multiple packages #98

Closed zelima closed 7 years ago

zelima commented 7 years ago

python import_git.py https://raw.githubusercontent.com/datasets/registry/master/core-list.txt -t multiple command exits if something goes wrong with publishing multiple datasets.

So if something goes wrong while publishing very first dataset from the list No dataset will be published.

solution

We should try publishing and if something goes wrong skip that one and continue publishing with another one. This way we will have all valid datasets published

We should display which dataset failed to publish and what was the reason