Databricks SDK for JavaScript
    Preparing search index...

    Monitor for the data quality of unity catalog entities such as schema or table.

    interface Monitor {
        anomalyDetectionConfig?: AnomalyDetectionConfig;
        dataProfilingConfig?: DataProfilingConfig;
        objectId?: string;
        objectType?: string;
    }
    Index

    Properties

    anomalyDetectionConfig?: AnomalyDetectionConfig

    Anomaly Detection Configuration, applicable to schema object types.

    dataProfilingConfig?: DataProfilingConfig

    Data Profiling Configuration, applicable to table object types. Exactly one Analysis Configuration must be present.

    objectId?: string

    The UUID of the request object. It is schema_id for schema, and table_id for table.

    Find the schema_id from either:

    1. The schema_id of the Schemas resource.
    2. In Catalog Explorer > select the schema > go to the Details tab > the Schema ID field.

    Find the table_id from either:

    1. The table_id of the Tables resource.
    2. In Catalog Explorer > select the table > go to the Details tab > the Table ID field.
    objectType?: string

    The type of the monitored object. Can be one of the following: schema or table.