0 votes
278 views
by datalab (22.1k points) | 278 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)

520 questions

528 answers

509 comments

698 users

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

Categories