Uploading File to Server

Hello, I am wondering if there is a way to load data from local memory to a server from a pyTigerGraph. I can’t access the file from any local/shared drive so I am looking for something along the lines of:

foo = df.to_csv()
conn.runLoadingJobWithFile(foo, file_tag, loading_job)

@emackie Does this help?

1 Like

Ah ok that’s how it’s used… Thanks!

@emackie That handbook is pretty helpful - It covers almost all of the functions in pyTigerGraph. I’ll have to go through it to see if anything needs to be updated. Or if you find something let me know!