Databricks SDK for JavaScript
    Preparing search index...

    A function that is dependent on a SQL object.

    interface FunctionDependency {
        functionFullName?: string;
    }
    Index

    Properties

    functionFullName?: string

    Full name of the dependent function, in the form of catalog_name.schema_name.function_name.