Databricks SDK for JavaScript
    Preparing search index...

    Variable SourceConst

    Source: { GIT: "GIT"; WORKSPACE: "WORKSPACE" } = ...

    Optional location type of the SQL file. When set to WORKSPACE, the SQL file will be retrieved
    from the local workspace. When set to GIT, the SQL file will be retrieved from a Git repository defined in git_source. If the value is empty, the task will use GIT if git_source is defined and WORKSPACE otherwise.

    • WORKSPACE: SQL file is located in workspace.
    • GIT: SQL file is located in cloud Git provider.

    Type Declaration

    • ReadonlyGIT: "GIT"
    • ReadonlyWORKSPACE: "WORKSPACE"