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
I have been following the steps to create the csv files for musicbrainz. Currently my script has only outputted the following lines
UPDATE 0 UPDATE 0 NOTICE: table "entity_mapping" does not exist, skipping DROP TABLE
I am concerned whether this takes a very long time to execute or if the script is halted. It seems that the script is sleeping when I check the processes. Any insight pls?
The text was updated successfully, but these errors were encountered:
hey @doobybug , sorry for the late reply.
I'm really not sure if the current steps are still compatible with MusicBrainz current schema or neo4j import tools.
I have started updating sql2graph to use another approach using ID spaces which make this whole import much simpler (without the need for entity mapping).
I hope I'll have some time soon to resume that work.
Hi
I have been following the steps to create the csv files for musicbrainz. Currently my script has only outputted the following lines
UPDATE 0 UPDATE 0 NOTICE: table "entity_mapping" does not exist, skipping DROP TABLE
I am concerned whether this takes a very long time to execute or if the script is halted. It seems that the script is sleeping when I check the processes. Any insight pls?
The text was updated successfully, but these errors were encountered: