0 votes
265 views
by datalab (21.8k points) | 265 views

1 Answer

0 votes

Not directly. But you can write out the results of your query to a file in your vospace, and then read that file as often as you wish. Example (in a Jupyter notebook):

query = # my query string
result = queryClient.query(token,query,fmt='csv',out='vos://myresults.csv')

The file vos://myresults.csv is now in your vospace forever (until you delete it). Writing out files to vospace of course also works with asynchronous queries.

by robnik (1.0k points)

467 questions

479 answers

477 comments

667 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories