Databricks SDK for JavaScript
    Preparing search index...

    Interface CustomTemplate

    interface CustomTemplate {
        creator?: string;
        description?: string;
        gitProvider?: string;
        gitRepo?: string;
        manifest?: AppManifest;
        name?: string;
        path?: string;
    }
    Index

    Properties

    creator?: string
    description?: string

    The description of the template.

    gitProvider?: string

    The Git provider of the template.

    gitRepo?: string

    The Git repository URL that the template resides in.

    manifest?: AppManifest

    The manifest of the template. It defines fields and default values when installing the template.

    name?: string

    The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace.

    path?: string

    The path to the template within the Git repository.