Class MonitorFormulaAndFunctionDataJobsQueryDefinition

A formula and functions data jobs query.

Hierarchy

  • MonitorFormulaAndFunctionDataJobsQueryDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
jobType: string

The type of job being monitored. Valid values include: databricks.job, spark.application, airflow.dag, dbt.job, dbt.model, dbt.test, glue.job. Custom job types are supported with the custom.ol. prefix.

jobsQuery: string

Filter expression used to select the jobs to monitor.

name: string

Name of the query for use in formulas. Must be run_query.

queryDialect: string

Query dialect for data jobs queries. Currently only metric is supported.

Generated using TypeDoc