Skip to content

Commit 024ebd4

Browse files
committed
Lint
1 parent 50d6c75 commit 024ebd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/lib/sift_py/rule/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

python/lib/sift_py/yaml/rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)