Databricks SDK for JavaScript
    Preparing search index...

    Interface CleanRoomAsset_TableLocalDetails

    interface CleanRoomAsset_TableLocalDetails {
        localName?: string;
        partitions?: PartitionSpecification_Partition[];
    }
    Index

    Properties

    localName?: string

    The fully qualified name of the table in its owner's local metastore, in the format of catalog.schema.table_name

    Partition filtering specification for a shared table.