You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`description`|`Optional[str]`| Metric description (Describes the measured value and the rule that links the value and status.)|
121
121
|`reference`|`Optional[str]`| Metric reference image URL or plot type |
122
122
|`tags`|`Dict[str, str]`| Tags (Tags group QCMetric objects. Unique keys define groups of tags, for example {'probe': 'probeA'}.) |
123
123
|`evaluated_assets`|`Optional[List[str]]`| List of asset names that this metric depends on (Set to None except when a metric's calculation required data coming from a different data asset.) |
@@ -134,7 +134,7 @@ Description of a single quality control metric
|`description`|`Optional[str]`| Metric description (Describes the measured value and the rule that links the value and status.)|
138
138
|`reference`|`Optional[str]`| Metric reference image URL or plot type |
139
139
|`tags`|`Dict[str, str]`| Tags (Tags group QCMetric objects. Unique keys define groups of tags, for example {'probe': 'probeA'}.) |
140
140
|`evaluated_assets`|`Optional[List[str]]`| List of asset names that this metric depends on (Set to None except when a metric's calculation required data coming from a different data asset.) |
0 commit comments