The reason of the problem was the fact that I was using two different version of Dgraph. I was running the bulk import with a locally compiled dgraph binary on v23 and running it later with Docker using v22.
Running everything on the same version (v23) solved the problem.
1 Like