Skip to content

Commit 09b62e9

Browse files
committed
remove joburl lifetime statement
1 parent d7a8f7a commit 09b62e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
2525
"Container Size: large <br>\n",
2626
"LSST Science Pipelines version: r29.2.0 <br>\n",
27-
"Last verified to run: 2026-04-29 <br>\n",
27+
"Last verified to run: 2026-04-30 <br>\n",
2828
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
2929
]
3030
},
@@ -258,7 +258,7 @@
258258
"source": [
259259
"#### 3.1.1. Retrieve data from a job URL\n",
260260
"\n",
261-
"Portal-based queries display their job URLs in the Job Monitor's information as seen in Figure 1. Click on the clipboard icon next to `jobUrl` (highlighted in a red box at the bottom of Figure 1) to copy the URL. On the other hand, notebook-based queries only display their job IDs (highlighted in a red box at the top of Figure 1). Job URLs can be manually constructed by appending the job ID to the end of `https://data.lsst.cloud/api/tap/async/`. The job URLs remain active for XX days. \n",
261+
"Portal-based queries display their job URLs in the Job Monitor's information as seen in Figure 1. Click on the clipboard icon next to `jobUrl` (highlighted in a red box at the bottom of Figure 1) to copy the URL. On the other hand, notebook-based queries only display their job IDs (highlighted in a red box at the top of Figure 1). Job URLs can be manually constructed by appending the job ID to the end of `https://data.lsst.cloud/api/tap/async/`. \n",
262262
"\n",
263263
"Paste the job URL into the empty string in the cell below to define `job_url`.\n",
264264
"\n",

0 commit comments

Comments
 (0)