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
{{ message }}
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
@thejusss I was getting the same error. I was using an unsupported data type called UUID in my collections.yml. Replaced it with CHARACTER VARYING and I was able to successfully import the data.
Hi,
When I run the command mosql --collections collections.yml --skip-tail for importing data from Mongo db to Postgre, I am getting the following error.
`rescue in block in copy_data': uninitialized constant MoSQL::Schema::PGError (NameError)
SQL Tables are creating successfully. But the data is not imported.
Any idea about this issue?
The text was updated successfully, but these errors were encountered: