Skip to content

Commit

Permalink
Merge pull request #8 from lsst-sqre/tickets/DM-41368
Browse files Browse the repository at this point in the history
DM-41368: Fix prompt processing notebook
  • Loading branch information
hsinfang authored Jan 19, 2024
2 parents 929feba + 20452c4 commit 20cfdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prompt-processing/groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
"metadata": {},
"outputs": [],
"source": [
"!realpath ~"
"!/sdf/data/rubin/user/hchiang2/times_square/logcli-linux-amd64 --help "
]
},
{
Expand All @@ -467,7 +467,7 @@
"outputs": [],
"source": [
"def get_loki_command_with_phrase(time_start, time_end, phrase, extra=\"\"):\n",
" command = f\"\"\"~/binaries/logcli-linux-amd64 --output=jsonl --tls-skip-verify query --addr=http://sdfloki.slac.stanford.edu:80 --timezone=UTC -q --limit=200 --from=\"{time_start}\" --to=\"{time_end}\" --proxy-url=http://sdfproxy.sdf.slac.stanford.edu:3128 '{{namespace=\"vcluster--usdf-prompt-processing\", container=\"user-container\", pod=~\"prompt-proto-service-.+\"}} |~ \"{phrase}\" {extra} ' \"\"\"\n",
" command = f\"\"\"/sdf/home/h/hchiang2/binaries/logcli-linux-amd64 --output=jsonl --tls-skip-verify query --addr=http://sdfloki.slac.stanford.edu:80 --timezone=UTC -q --limit=200 --from=\"{time_start}\" --to=\"{time_end}\" --proxy-url=http://sdfproxy.sdf.slac.stanford.edu:3128 '{{namespace=\"vcluster--usdf-prompt-processing\", container=\"user-container\", pod=~\"prompt-proto-service-.+\"}} |~ \"{phrase}\" {extra} ' \"\"\"\n",
" return command"
]
},
Expand Down

0 comments on commit 20cfdc8

Please sign in to comment.