Skip to content

Commit

Permalink
Merge pull request #37 from lsst-sqre/tickets/DM-46254
Browse files Browse the repository at this point in the history
DM-46254: Switch LATISS Prompt Processing to the new Embargo Rack buckets
  • Loading branch information
hsinfang authored Jan 8, 2025
2 parents 34834e2 + f05703d commit 4f1eadc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prompt-processing/groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,7 @@
" -------\n",
" df : `pandas.DataFrame`\n",
" \"\"\"\n",
" if instrument == \"LATISS\":\n",
" s3_endpoint = \"https://s3dfrgw.slac.stanford.edu\"\n",
" else:\n",
" # embargo_or4\n",
" s3_endpoint = \"https://sdfembs3.sdf.slac.stanford.edu\"\n",
" s3_endpoint = \"https://sdfembs3.sdf.slac.stanford.edu\"\n",
" s3client = boto3.client(\"s3\", endpoint_url=s3_endpoint)\n",
" refs = butler.registry.queryDatasets(\n",
" datasetType=datasetType,\n",
Expand Down

0 comments on commit 4f1eadc

Please sign in to comment.