Class DatabricksDataObservabilityQualityMonitoringIntegrationDataflowSettingsResponse

Settings of the Data Observability dataflow.

Hierarchy

  • DatabricksDataObservabilityQualityMonitoringIntegrationDataflowSettingsResponse

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
doCrawlersCron?: string

Cron expression setting how often Datadog connects to your Databricks warehouse to collect metadata. Currently, only hourly (0 * * * *) and daily (0 0 * * *) are supported.

syncSystemCatalog?: boolean

Whether metadata from the Databricks system catalog is included in Data Observability alongside your data catalogs.

Generated using TypeDoc