Class SnowflakeDataObservabilityQualityMonitoringIntegrationDataflowSettingsRequest

Settings of the Data Observability dataflow. Only the fields provided are changed.

Hierarchy

  • SnowflakeDataObservabilityQualityMonitoringIntegrationDataflowSettingsRequest

Constructors

Properties

doTableCrawlerCron?: string

Cron expression setting how often Datadog crawls your Snowflake table metadata. It takes the five standard fields, with the restriction that the month must be * and that the day of the month and the day of the week cannot both be constrained. Common values are hourly (0 * * * *) and daily (0 0 * * *). Defaults to hourly (0 * * * *).

syncSnowflakeSystemDatabase?: boolean

Whether metadata from the Snowflake SNOWFLAKE system database is included in Data Observability alongside your own databases. Defaults to true.

Generated using TypeDoc