Skip to content

Commit 12a2bf1

Browse files
committed
update job URL functionality
1 parent 7bb1f15 commit 12a2bf1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_4_Retrieve_job_by_URL.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
"source": [
113113
"## 2. The job URL\n",
114114
"\n",
115-
"Job results are generally available from previously run queries,\n",
116-
"and can be retrieved if the URL of the job is known _and_ if the job\n",
117-
"has not been deleted.\n",
115+
"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",
116+
"\n",
117+
"The job URL will not work for another user account - to share queries, share the ADQL statements instead.\n",
118118
"\n",
119119
"Do not use `job.delete()` if the results will be retrieved later!\n",
120120
"\n",
@@ -174,8 +174,6 @@
174174
"\n",
175175
"This URL can be used to retrieve the query results.\n",
176176
"\n",
177-
"The URL could be shared with another user of the Rubin TAP service, and they could retrieve the same results.\n",
178-
"\n",
179177
"Retrieve the job by passing `job_url` to `retrieve_query`, then retrieve the results with `fetch_result()`."
180178
]
181179
},

0 commit comments

Comments
 (0)