Project

General

Profile

« Previous | Next » 

Revision 10240

inputs/input.Makefile: Staging tables installation: added %/map_table to run the new-style import staging table renaming

View differences:

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