Revision 10240
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
289 | 289 |
%/postprocess: _always |
290 | 290 |
$(if $(wildcard $*/run),,$(selfMake) $*/postprocess.sql/run) |
291 | 291 |
|
292 |
%/map_table: _always |
|
293 |
$(if $(wildcard $*/run),$*/run map_table) |
|
294 |
|
|
292 | 295 |
# For staging tables which are derived by joining together other staging tables. |
293 | 296 |
%/install %/header.csv: %/create.sql _always |
294 | 297 |
($(inDatasrc); echo 'CREATE TABLE "$*" AS'; cat $<; echo ';')|"time" \ |
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: added %/map_table to run the new-style import staging table renaming