Project

General

Profile

« Previous | Next » 

Revision 4402

input.Makefile: Verification of import: Added `%.ref: %.ref.sql` rule to make datasource's summary statistics from its staging tables. (This was previously run on a MySQL installation of the datasource, and thus limited to MySQL inputs, but we are now able to use the staging tables for this.)

View differences:

inputs/input.Makefile
333 333

  
334 334
all += $(wildcard verify/*.out)
335 335

  
336
%.ref: %.ref.sql
337
	(echo 'SET search_path TO "$(datasrc)";'; cat $<)|$(psqlExport) >$@
338

  
336 339
##### Editing import
337 340

  
338 341
rotate: _always

Also available in: Unified diff