You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably more a feature request than anything else;
It would be great to be able to pick up from where the loader left off in the case of a server disconnect / crash etc. I guess if the .sql files don't get deleted you could do an if exists on those, or keep track of what is being processed in a txt file...
Biggest issue I can see is that the subprocesses that are being called can't really raise an error if they fail, so we can't know if the ogr2ogr (for instance) completed successfully or not.
Happy to have a chat how this might be done and potentially contribute.
Cheers
The text was updated successfully, but these errors were encountered:
This is probably more a feature request than anything else;
It would be great to be able to pick up from where the loader left off in the case of a server disconnect / crash etc. I guess if the .sql files don't get deleted you could do an if exists on those, or keep track of what is being processed in a txt file...
Biggest issue I can see is that the subprocesses that are being called can't really raise an error if they fail, so we can't know if the ogr2ogr (for instance) completed successfully or not.
Happy to have a chat how this might be done and potentially contribute.
Cheers
The text was updated successfully, but these errors were encountered: