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
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