scan_notebook_cells
Public callable
Scan multiple notebook cells and append cell references to lineage steps.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cells
|
list of str
|
Cell source strings in notebook execution order. |
required |
Returns:
| Type | Description |
|---|---|
list of dict of str to Any
|
Combined lineage steps with |
Source code in src/fabricops_kit/lineage.py
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | |