1. Packages
  2. Databricks Provider
  3. API Docs
  4. getQualityMonitorsV2
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
databricks logo
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi

    Public Beta

    Deprecated This data source is deprecated. Please use databricks.getDataQualityMonitors instead.

    This data source can be used to fetch the list of quality monitors v2.

    Note This data source can only be used with an workspace-level provider!

    Example Usage

    Deprecated This data source is deprecated. Please use databricks.getDataQualityMonitors instead.

    Getting a list of all quality monitors:

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const all = databricks.getQualityMonitorsV2({});
    
    import pulumi
    import pulumi_databricks as databricks
    
    all = databricks.get_quality_monitors_v2()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databricks.GetQualityMonitorsV2(ctx, &databricks.GetQualityMonitorsV2Args{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Databricks = Pulumi.Databricks;
    
    return await Deployment.RunAsync(() => 
    {
        var all = Databricks.GetQualityMonitorsV2.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.databricks.DatabricksFunctions;
    import com.pulumi.databricks.inputs.GetQualityMonitorsV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var all = DatabricksFunctions.getQualityMonitorsV2(GetQualityMonitorsV2Args.builder()
                .build());
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: databricks:getQualityMonitorsV2
          arguments: {}
    

    Using getQualityMonitorsV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getQualityMonitorsV2(args: GetQualityMonitorsV2Args, opts?: InvokeOptions): Promise<GetQualityMonitorsV2Result>
    function getQualityMonitorsV2Output(args: GetQualityMonitorsV2OutputArgs, opts?: InvokeOptions): Output<GetQualityMonitorsV2Result>
    def get_quality_monitors_v2(page_size: Optional[int] = None,
                                opts: Optional[InvokeOptions] = None) -> GetQualityMonitorsV2Result
    def get_quality_monitors_v2_output(page_size: Optional[pulumi.Input[int]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetQualityMonitorsV2Result]
    func GetQualityMonitorsV2(ctx *Context, args *GetQualityMonitorsV2Args, opts ...InvokeOption) (*GetQualityMonitorsV2Result, error)
    func GetQualityMonitorsV2Output(ctx *Context, args *GetQualityMonitorsV2OutputArgs, opts ...InvokeOption) GetQualityMonitorsV2ResultOutput

    > Note: This function is named GetQualityMonitorsV2 in the Go SDK.

    public static class GetQualityMonitorsV2 
    {
        public static Task<GetQualityMonitorsV2Result> InvokeAsync(GetQualityMonitorsV2Args args, InvokeOptions? opts = null)
        public static Output<GetQualityMonitorsV2Result> Invoke(GetQualityMonitorsV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetQualityMonitorsV2Result> getQualityMonitorsV2(GetQualityMonitorsV2Args args, InvokeOptions options)
    public static Output<GetQualityMonitorsV2Result> getQualityMonitorsV2(GetQualityMonitorsV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getQualityMonitorsV2:getQualityMonitorsV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    pageSize Integer
    pageSize number
    pageSize Number

    getQualityMonitorsV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    QualityMonitors List<GetQualityMonitorsV2QualityMonitor>
    PageSize int
    Id string
    The provider-assigned unique ID for this managed resource.
    QualityMonitors []GetQualityMonitorsV2QualityMonitor
    PageSize int
    id String
    The provider-assigned unique ID for this managed resource.
    qualityMonitors List<GetQualityMonitorsV2QualityMonitor>
    pageSize Integer
    id string
    The provider-assigned unique ID for this managed resource.
    qualityMonitors GetQualityMonitorsV2QualityMonitor[]
    pageSize number
    id str
    The provider-assigned unique ID for this managed resource.
    quality_monitors Sequence[GetQualityMonitorsV2QualityMonitor]
    page_size int
    id String
    The provider-assigned unique ID for this managed resource.
    qualityMonitors List<Property Map>
    pageSize Number

    Supporting Types

    GetQualityMonitorsV2QualityMonitor

    AnomalyDetectionConfig GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
    (AnomalyDetectionConfig)
    ObjectId string
    (string) - The uuid of the request object. For example, schema id
    ObjectType string
    (string) - The type of the monitored object. Can be one of the following: schema
    ValidityCheckConfigurations List<GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration>
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
    AnomalyDetectionConfig GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
    (AnomalyDetectionConfig)
    ObjectId string
    (string) - The uuid of the request object. For example, schema id
    ObjectType string
    (string) - The type of the monitored object. Can be one of the following: schema
    ValidityCheckConfigurations []GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
    anomalyDetectionConfig GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
    (AnomalyDetectionConfig)
    objectId String
    (string) - The uuid of the request object. For example, schema id
    objectType String
    (string) - The type of the monitored object. Can be one of the following: schema
    validityCheckConfigurations List<GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration>
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
    anomalyDetectionConfig GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
    (AnomalyDetectionConfig)
    objectId string
    (string) - The uuid of the request object. For example, schema id
    objectType string
    (string) - The type of the monitored object. Can be one of the following: schema
    validityCheckConfigurations GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration[]
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
    anomaly_detection_config GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
    (AnomalyDetectionConfig)
    object_id str
    (string) - The uuid of the request object. For example, schema id
    object_type str
    (string) - The type of the monitored object. Can be one of the following: schema
    validity_check_configurations Sequence[GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration]
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
    anomalyDetectionConfig Property Map
    (AnomalyDetectionConfig)
    objectId String
    (string) - The uuid of the request object. For example, schema id
    objectType String
    (string) - The type of the monitored object. Can be one of the following: schema
    validityCheckConfigurations List<Property Map>
    (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection

    GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig

    LastRunId string
    (string) - Run id of the last run of the workflow
    LatestRunStatus string
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    ExcludedTableFullNames List<string>
    (list of string) - List of fully qualified table names to exclude from anomaly detection
    LastRunId string
    (string) - Run id of the last run of the workflow
    LatestRunStatus string
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    ExcludedTableFullNames []string
    (list of string) - List of fully qualified table names to exclude from anomaly detection
    lastRunId String
    (string) - Run id of the last run of the workflow
    latestRunStatus String
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    excludedTableFullNames List<String>
    (list of string) - List of fully qualified table names to exclude from anomaly detection
    lastRunId string
    (string) - Run id of the last run of the workflow
    latestRunStatus string
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    excludedTableFullNames string[]
    (list of string) - List of fully qualified table names to exclude from anomaly detection
    last_run_id str
    (string) - Run id of the last run of the workflow
    latest_run_status str
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    excluded_table_full_names Sequence[str]
    (list of string) - List of fully qualified table names to exclude from anomaly detection
    lastRunId String
    (string) - Run id of the last run of the workflow
    latestRunStatus String
    (string) - The status of the last run of the workflow. Possible values are: ANOMALY_DETECTION_RUN_STATUS_CANCELED, ANOMALY_DETECTION_RUN_STATUS_FAILED, ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED, ANOMALY_DETECTION_RUN_STATUS_PENDING, ANOMALY_DETECTION_RUN_STATUS_RUNNING, ANOMALY_DETECTION_RUN_STATUS_SUCCESS, ANOMALY_DETECTION_RUN_STATUS_UNKNOWN, ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
    excludedTableFullNames List<String>
    (list of string) - List of fully qualified table names to exclude from anomaly detection

    GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration

    name String
    (string) - Can be set by system. Does not need to be user facing
    percentNullValidityCheck Property Map
    (PercentNullValidityCheck)
    rangeValidityCheck Property Map
    (RangeValidityCheck)
    uniquenessValidityCheck Property Map
    (UniquenessValidityCheck)

    GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationPercentNullValidityCheck

    ColumnNames List<string>
    (list of string) - List of column names to check for uniqueness
    UpperBound double
    (number) - Upper bound for the range
    ColumnNames []string
    (list of string) - List of column names to check for uniqueness
    UpperBound float64
    (number) - Upper bound for the range
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness
    upperBound Double
    (number) - Upper bound for the range
    columnNames string[]
    (list of string) - List of column names to check for uniqueness
    upperBound number
    (number) - Upper bound for the range
    column_names Sequence[str]
    (list of string) - List of column names to check for uniqueness
    upper_bound float
    (number) - Upper bound for the range
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness
    upperBound Number
    (number) - Upper bound for the range

    GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationRangeValidityCheck

    ColumnNames List<string>
    (list of string) - List of column names to check for uniqueness
    LowerBound double
    (number) - Lower bound for the range
    UpperBound double
    (number) - Upper bound for the range
    ColumnNames []string
    (list of string) - List of column names to check for uniqueness
    LowerBound float64
    (number) - Lower bound for the range
    UpperBound float64
    (number) - Upper bound for the range
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness
    lowerBound Double
    (number) - Lower bound for the range
    upperBound Double
    (number) - Upper bound for the range
    columnNames string[]
    (list of string) - List of column names to check for uniqueness
    lowerBound number
    (number) - Lower bound for the range
    upperBound number
    (number) - Upper bound for the range
    column_names Sequence[str]
    (list of string) - List of column names to check for uniqueness
    lower_bound float
    (number) - Lower bound for the range
    upper_bound float
    (number) - Upper bound for the range
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness
    lowerBound Number
    (number) - Lower bound for the range
    upperBound Number
    (number) - Upper bound for the range

    GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationUniquenessValidityCheck

    ColumnNames List<string>
    (list of string) - List of column names to check for uniqueness
    ColumnNames []string
    (list of string) - List of column names to check for uniqueness
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness
    columnNames string[]
    (list of string) - List of column names to check for uniqueness
    column_names Sequence[str]
    (list of string) - List of column names to check for uniqueness
    columnNames List<String>
    (list of string) - List of column names to check for uniqueness

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate