File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class RuleConfig(AsJson):
2727 - `tag_names`: A list of asset names that this rule should be applied to. ONLY VALID if defining rules outside of a telemetry config.
2828 - `contextual_channels`: A list of channel names that provide context but aren't directly used in the expression.
2929 - `is_external`: If this is an external rule.
30- - `is_live`: If set to True then this rule will be evaluated on live data, otherwise live rule evaluation will be disabled.
30+ - `is_live`: If set to True then this rule will be evaluated on live data, otherwise live rule evaluation will be disabled.
3131 This rule can still be used, however, in report generation.
3232 """
3333
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ class RuleYamlSpec(TypedDict):
271271 `asset_names`: A list of asset names that this rule should be applied to. ONLY VALID if defining rules outside of a telemetry config.
272272 `tag_names`: A list of tag names that this rule should be applied to. ONLY VALID if defining rules outside of a telemetry config.
273273 `is_external`: If this is an external rule.
274- `is_live`: If set to True then this rule will be evaluated on live data, otherwise live rule evaluation will be disabled.
274+ `is_live`: If set to True then this rule will be evaluated on live data, otherwise live rule evaluation will be disabled.
275275 This rule can still be used, however, in report generation.
276276
277277 Channel references:
You can’t perform that action at this time.
0 commit comments