Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateSyncedTableRequest

    Establish a synchronisation to the Postgres database for Reverse ETL for the source table selected from the Unity Catalog.

    interface CreateSyncedTableRequest {
        syncedTable?: SyncedTable;
        syncedTableId?: string;
    }
    Index

    Properties

    syncedTable?: SyncedTable
    syncedTableId?: string

    The ID to use for the Synced Table. This becomes the final component of the SyncedTable's resource name. ID is required and is the synced table name, containing (catalog, schema, table) tuple. Elements of the tuple are the UC entity names.

    Example: "{catalog}.{schema}.{table}"

    synced_table_id represents both of the following:

    1. An online VIEW virtual table in the Unity Catalog accessible via the Lakehouse Federation.
    2. Postgres table named "{table}" in schema "{schema}" in the connected Postgres database