build_quality_result_records
Public callable
Convert quality-rule execution output into metadata evidence records.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
quality_result
|
Any
|
Value used by this callable. |
required |
Returns:
| Type | Description |
|---|---|
list[dict]
|
Structured output produced by this callable. |
Source code in src/fabricops_kit/metadata.py
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | |