Databricks SDK for JavaScript
    Preparing search index...
    interface SyncedTable {
        createTime?: Instant;
        name?: string;
        spec?: SyncedTable_SyncedTableSpec;
        status?: SyncedTable_SyncedTableStatus;
        syncedTableId?: string;
        uid?: string;
    }
    Index

    Properties

    createTime?: Instant
    name?: string

    Output only. The Full resource name of the synced table in Postgres where (catalog, schema, table) are the UC entity names.

    Format "synced_tables/{catalog}.{schema}.{table}"

    For the corresponding source table in the Unity catalog look for the "source_table_full_name" attribute.

    Configuration details of the synced table, such as the source table, scheduling policy, etc. This attribute is specified at creation time and most fields are returned as is on subsequent queries.

    Synced Table data synchronization status.

    syncedTableId?: string

    The part of the name, chosen by the user when the resource was created.

    uid?: string

    The Unity Catalog table ID for this synced table.