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
6
6
entered using the ` insert ` method directly.
7
7
8
8
[ ^ 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 ) .
10
10
11
11
The ` make ` method receives one argument: the * key* , which represents the upstream table
12
12
entries that need populating. The ` key ` is a ` dict ` in Python.
13
13
14
14
A ` make ` function should do three things:
15
15
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
17
17
pipeline using the key for restriction.
18
18
19
19
2 . Compute and add any missing attributes to the fields already in the key.
20
20
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
22
22
triggering table.
23
23
24
24
## Populate
@@ -27,7 +27,7 @@ The `make` method is sometimes referred to as the `populate` function because th
27
27
the class method called to run the ` make ` method on all relevant keys[ ^ 2 ] .
28
28
29
29
[ ^ 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 ) .
31
31
32
32
``` python
33
33
Segmentation.populate()
You can’t perform that action at this time.
0 commit comments