Databricks SDK for JavaScript
    Preparing search index...

    Custom metric definition.

    interface DataProfilingCustomMetric {
        definition?: string;
        inputColumns?: string[];
        name?: string;
        outputDataType?: string;
        type?: DataProfilingCustomMetricType;
    }
    Index

    Properties

    definition?: string

    Jinja template for a SQL expression that specifies how to compute the metric. See create metric definition.

    inputColumns?: string[]

    A list of column names in the input table the metric should be computed for. Can use ":table" to indicate that the metric needs information from multiple columns.

    name?: string

    Name of the metric in the output tables.

    outputDataType?: string

    The output type of the custom metric.

    The type of the custom metric.