Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2025-09-02 <br>\n",
"Last verified to run: 2026-03-25 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
]
},
Expand Down Expand Up @@ -112,9 +112,9 @@
"source": [
"## 2. The job URL\n",
"\n",
"Job results are generally available from previously run queries,\n",
"and can be retrieved if the URL of the job is known _and_ if the job\n",
"has not been deleted.\n",
"Job results are generally available from previously run queries, and can be retrieved by the same account that executed the query if the URL of the job is known and if the job has not been deleted.\n",
"\n",
"The job URL will not work for another user account - to share queries, share the ADQL statements instead.\n",
"\n",
"Do not use `job.delete()` if the results will be retrieved later!\n",
"\n",
Expand Down Expand Up @@ -174,8 +174,6 @@
"\n",
"This URL can be used to retrieve the query results.\n",
"\n",
"The URL could be shared with another user of the Rubin TAP service, and they could retrieve the same results.\n",
"\n",
"Retrieve the job by passing `job_url` to `retrieve_query`, then retrieve the results with `fetch_result()`."
]
},
Expand Down
Loading