Incorrect audit job payload for nemo-microservices/auditor:25.09
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 70/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- jupyter-notebook
- Domain
- documentation
Research direction
Open nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb and find the audit-job payload shown in the issue. Compare its nesting with the payload required by the nemo-microservices/auditor:25.09 image, then run the tutorial's audit-job creation step and confirm it no longer returns a 422 error.
Written by the indexing model from the issue text.
Description
The current NeMo-Auditor tutorial throws 422 Unprocessable Entity exception while creating an audit job with latest nemo-microservices/auditor:25.09 image.
Current:
payload = {
"name": "getting-started-job",
"project": "demo",
"spec": {
"config": f"default/{config_name}",
"target": f"default/{target_name}",
}
}
Should be
payload = {
"name": "getting-started-job",
"project": "demo",
"config": f"default/{config_name}",
"target": f"default/{target_name}"
}
- Dominant language
- Jupyter Notebook
- Stars
- 4.2k
- Forks
- 1.1k
- Avg merge
- 10h 15m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from NVIDIA/GenerativeAIExamples
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
NVIDIA/GenerativeAIExamples#299 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
NVIDIA/GenerativeAIExamples#437 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
NVIDIA/GenerativeAIExamples#400 ·
-
Difficulty 5/5 Over a week Newbie friendliness 10/100
NVIDIA/GenerativeAIExamples#399 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
NVIDIA/GenerativeAIExamples#348 ·
All issues in NVIDIA/GenerativeAIExamples
Similar issues
-
area:dictation documentation P2
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
uttrflow/uttrflow-swift#1180 ·
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
githubnext/gh-aw-workshop#3692 ·
-
agent/guide documentation hive/hosted-available-lke648397-260827-5n31
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
kind/bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
falcosecurity/falco-website#1601 ·
-
specification
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
WICG/webmonetization#729 ·