build_dataset_run_record
Public callable
Build a dataset-run metadata record for operational tracking.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
None
|
This callable does not require input parameters. |
required |
Returns:
| Type | Description |
|---|---|
dict
|
Structured output produced by this callable. |
Source code in src/fabricops_kit/metadata.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | |