Databricks SDK for JavaScript
    Preparing search index...

    Destination for the -managed Delta table that holds an offline copy of the streaming data for querying and training.

    interface IngestionDestination {
        ingestionDestination?: {
            $case: "deltaTableName";
            deltaTableName: string;
        };
    }
    Index

    Properties

    ingestionDestination?: { $case: "deltaTableName"; deltaTableName: string }

    Type Declaration

    • $case: "deltaTableName"
    • deltaTableName: string

      The full three-part name (catalog, schema, name) of the Delta table to be created for ingestion.