File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ careful record of data provenance and ensure reproducibility. Data should never
66entered using the ` insert ` method directly.
77
88[ ^ 1 ] : For information on differentiating these data tiers, see the Table Tier section on
9- [ Automation] ( ../tabletiers #automation-imported-and-computed ) .
9+ [ Automation] ( ../design/tables/tiers #automation-imported-and-computed ) .
1010
1111The ` make ` method receives one argument: the * key* , which represents the upstream table
1212entries that need populating. The ` key ` is a ` dict ` in Python.
1313
1414A ` make ` function should do three things:
1515
16- 1 . [ Fetch] ( ../../ query-lang /common-commands#fetch ) data from tables upstream in the
16+ 1 . [ Fetch] ( ../query/common-commands#fetch ) data from tables upstream in the
1717pipeline using the key for restriction.
1818
19192 . Compute and add any missing attributes to the fields already in the key.
2020
21- 3 . [ Inserts] ( ../../ query-lang /common-commands#insert ) the entire entity into the
21+ 3 . [ Inserts] ( ../query/common-commands#insert ) the entire entity into the
2222triggering table.
2323
2424## Populate
@@ -27,7 +27,7 @@ The `make` method is sometimes referred to as the `populate` function because th
2727the class method called to run the ` make ` method on all relevant keys[ ^ 2 ] .
2828
2929[ ^ 2 ] : For information on reprocessing keys that resulted in an error, see information
30- on the [ Jobs table] ( ../../ref-integrity/ distributed-computing ) .
30+ on the [ Jobs table] ( ./ distributed ) .
3131
3232``` python
3333Segmentation.populate()
You can’t perform that action at this time.
0 commit comments