Databricks SDK for JavaScript
    Preparing search index...

    A table that is dependent on a SQL object.

    interface TableDependency {
        tableFullName?: string;
    }
    Index

    Properties

    Properties

    tableFullName?: string

    Full name of the dependent table, in the form of catalog_name.schema_name.table_name.