From 12a2bf19f8a3cd4e1f33b2f747edec99f101c810 Mon Sep 17 00:00:00 2001 From: MelissaGraham Date: Wed, 25 Mar 2026 17:24:05 +0000 Subject: [PATCH 1/2] update job URL functionality --- .../102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb index b69a7f98..06182151 100644 --- a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb +++ b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb @@ -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", @@ -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()`." ] }, From 54fb2bd804e4ee598b178bb1f2451a73f2e0ed9d Mon Sep 17 00:00:00 2001 From: MelissaGraham Date: Wed, 25 Mar 2026 17:38:59 +0000 Subject: [PATCH 2/2] update header date --- .../102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb index 06182151..8b332247 100644 --- a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb +++ b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb @@ -24,7 +24,7 @@ "Data Release: Data Preview 1
\n", "Container Size: large
\n", "LSST Science Pipelines version: r29.2.0
\n", - "Last verified to run: 2025-09-02
\n", + "Last verified to run: 2026-03-25
\n", "Repository: github.com/lsst/tutorial-notebooks
" ] },