.yml
files.
The supported attributes are: owner,
subscribers,
description,
tags.
You can configure and customize your alerts by configuring:
custom channel,
suppression interval,
alert fields(for test alerts only), alert grouping,
alert filters.
.yml
filesmodels
key in dbt_project.yml
.tests
key in dbt_project.yml
.meta:
owner: "@jessica.jones"
subscribers: ["@jessica.jones", "@joe.joseph"]
description: "This is the test description"
tags: ["#marketing", "#data_ops"]
channel: data_ops
alert_suppression_interval: 24
slack_group_alerts_by: table
alert_fields: ["description", "owners", "tags", "subscribers", ...]
["@jessica.jones", "@joe.joseph"]
).["@jessica.jones", "@joe.joseph"]
).#channel_name
as a tag.config.yml
file.
alert_suppression_interval
, this is a “snooze” period for alerts on the same issue.
The accepted value is in hours, so 1 day snooze is alert_suppression_interval: 24
.
Elementary won't send new alerts on the same issue that are generated within suppression interval.
Note: if you configure a suppression interval using this method, it will override the value in the global configuration.
edr
multiple times with different filters on each run.
--filters
flag can be used multiple times to apply multiple filters. The filters are combined using the logical AND operator.
The comma ,
is used to separate multiple values for the same filter, creating a logical OR.
--override-dbt-project-config
is used).