Hi,
Am working in the jupyter lab space, have uploaded a file to the jupyter space called test.csv. It is formatted correctly and the path from /notebooks (the cwd) is ../test.csv
Following from the instructions in the HowTo notebook, I use the following line
qc.mydb_import('jamcoords', path)
to try and create a table in MyDB called jamcoords using the .csv file found at path.
I get the error:
Error importing MyDB table: relation "mydb.jamcoords" does not exist
I am logged in and authenticated correctly (I checked this by seeing if I could move the file to the VOSpace).
I must be missing something here?? I have also checked I can create a table in MyDB from a query, and that works and appears in the list of mydb tables.