databrickslabs / databrickslabs/sandbox
runtime-packages has no installer and is not in cli script
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 81
- Forks
- 64
- Avg merge
- 10h 16m
- Merged PRs (30d)
- 19
Description
The sandbox does not have an installer for the runtime-packages tool.
Even if a binary of the runtime-packages tools is available, how does this get installed?
And how does one use the tool, since the
cli.py does not include runtime-packages in its main function:
MAPPING = {
"ip-access-list-analyzer": ip_access_list_analyzer
}
def main(raw):
payload = json.loads(raw)
command = payload["command"]
if command not in MAPPING:
msg = f"cannot find command: {command}"
raise KeyError(msg)
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.
Research direction
Start with cli.py, especially MAPPING and main(), and inspect the runtime-packages project files and packaging configuration to determine how the tool is currently built or distributed. Confirm how the sandbox installs runtime-packages, then make the installer and CLI entry point usable and verify that the runtime-packages command is accepted by the CLI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100