Databricks SDK for JavaScript
    Preparing search index...

    The observed state of the Catalog.

    interface Catalog_CatalogStatus {
        branch?: string;
        postgresDatabase?: string;
        project?: string;
    }
    Index

    Properties

    branch?: string

    The resource path of the branch associated with the catalog.

    Format: projects/{project_id}/branches/{branch_id}.

    postgresDatabase?: string

    The name of the Postgres database associated with the catalog.

    project?: string

    The resource path of the project associated with the catalog.

    Format: projects/{project_id}.