Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateCdfConfigRequest

    Request to create a Lakebase CDF configuration (CdfConfig).

    interface CreateCdfConfigRequest {
        cdfConfig?: CdfConfig;
        cdfConfigId?: string;
        parent?: string;
    }
    Index

    Properties

    cdfConfig?: CdfConfig

    The CdfConfig to create. The catalog, schema, and postgres_schema fields are required; all other fields are output only and ignored on input.

    cdfConfigId?: string

    The user-specified id for the CdfConfig, forming the final segment of its resource name. Must match the pattern [a-z][a-z0-9_]{0,62}. Defaults to the Postgres schema name when omitted.

    parent?: string

    The parent database under which to create the CdfConfig. Format: projects/{project}/branches/{branch}/databases/{database}