-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a couple of issues when running through both module and CLI #2
Comments
Can you please describe how you were lead to this issue. I'm not able to reproduce it on my machine. |
Also your environment details. |
I have the same issue. I'm trying to migrate from a Django-generated SQLite3 db/file into MongoDB. I'm curious if the name space used for Django tables is confusing your script (i.e., we need to create multiple collections at the Django app level)? (Or I'm just completely lost.). In any case, the problem is repeatable. |
Of course the two tables that DO load are ones that I completely don't need. :-) It's basically all the other tables that are important (well, most of them). |
Hi @ursomniac2 thanks for the info. I'll try again to reproduce this issue using your input. |
It would be helpful if you can send me the db file, or its schema with list of table names |
Ok I've pushed a fix upstream. Please let me know if it works now @ursomniac2 and @Snazzyham (Sorry for the long wait) |
Getting
Failed to insert object with error MongoError: Invalid Operation, no operations specified
Any idea why this may be?
The text was updated successfully, but these errors were encountered: