Databricks SDK for JavaScript
    Preparing search index...

    A dependency of a SQL object. One of the following fields must be defined: table, function, connection, credential, volume, or secret.

    interface Dependency {
        value?:
            | { $case: "table"; table: TableDependency }
            | { $case: "function"; function: FunctionDependency }
            | { $case: "connection"; connection: ConnectionDependency }
            | { $case: "credential"; credential: CredentialDependency };
    }
    Index

    Properties

    Properties

    value?:
        | { $case: "table"; table: TableDependency }
        | { $case: "function"; function: FunctionDependency }
        | { $case: "connection"; connection: ConnectionDependency }
        | { $case: "credential"; credential: CredentialDependency }