Answered on SO: https://stackoverflow.com/a/66598714/1831717
On Thu, Mar 11, 2021 at 6:38 AM Davide Medina <[email protected]> wrote: > Hi! > I am trying to know what are the functions call from the command g.io > ('file.json').read().iterate() > I see that a 'read' step is put in the step_instructions but I can't found > the original function to import the file in to the graph. > > This because I want to import a lot of data but without a file but using > python object. > I see that io().read() import a big file in a minute max and I want to > ricreate it but without using a file. > > Thanks a lot. > >
