GithubHelp home page GithubHelp logo

databrickslabs / sandbox Goto Github PK

View Code? Open in Web Editor NEW
16.0 9.0 4.0 1.47 MB

Experimental or low-maturity things

License: Other

Python 15.34% Makefile 1.21% Go 80.15% Jupyter Notebook 2.54% JavaScript 0.76%
databricks databricks-api databricks-sdk

sandbox's Issues

Add to IP Access List analyzer to merge consecutive blocks

For example, GitHub actions IP ranges have a lot of entries like:

    "13.105.49.0/31",
    "13.105.49.2/31",
    "13.105.49.4/31",
    "13.105.49.6/31",
    "13.105.49.8/31",
    "13.105.49.10/31",
    "13.105.49.12/31",
    "13.105.49.14/31",
    "13.105.49.16/31",
    "13.105.49.18/31",

that could be efficiently collapsed into a one or few bigger ranges. For example, here 128 entries could be efficiently merged into 13.105.49.0/24...

Contributing

Hi !

I am not sure how to start contributing to this project at the moment and the directive in the repo is not so clear to me.

Let's say I wanted to work on a issue that involves documentation updates - how would that work?

Also,I remember that for dbx, there had to some legal agreement to be signed in the past, not sure if it also applies here?

Let me know and I can edit the contributing markdown with the discussion points.

Also, are there other more direct channels anyone interested in databricks-labs could talk about instead of using issues?

runtime-packages has no installer and is not in cli script

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.