Databricks SDK for JavaScript
    Preparing search index...

    Environment specification for a WorkspaceBaseEnvironment. Contains the environment version and dependencies configuration.

    interface EnvironmentSpec {
        dependencies?: string[];
        environmentVersion?: string;
    }
    Index

    Properties

    dependencies?: string[]

    List of pip dependencies, as supported by the version of pip in this environment. Each dependency is a valid pip requirements file line per https://pip.pypa.io/en/stable/reference/requirements-file-format/. Allowed dependencies include a requirement specifier, an archive URL, a local project path (such as WSFS or UC Volumes in ), or a VCS project URL.

    environmentVersion?: string

    Environment version used by the environment. Each version comes with a specific Python version and a set of Python packages. The version is a string, consisting of an integer.