Databricks SDK for JavaScript
    Preparing search index...

    SourceCatalogConfig contains catalog-level custom configuration parameters for each source

    interface SourceCatalogConfig {
        options?: { $case: "postgres"; postgres: PostgresCatalogConfig };
        sourceCatalog?: string;
    }
    Index

    Properties

    options?: { $case: "postgres"; postgres: PostgresCatalogConfig }

    Configuration options for the source catalog

    Type Declaration

    • $case: "postgres"
    • postgres: PostgresCatalogConfig

      Postgres-specific catalog-level configuration parameters

    sourceCatalog?: string

    Source catalog name