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

420 questions

437 answers

441 comments

638 users

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

Categories