Project

General

Profile

« Previous | Next » 

Revision 9412

inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): exclude deleted rows (i.e. where the deleted timestamp is non-NULL)

View differences:

inputs/GBIF/raw_occurrence_record/run
9 9
	echo_func; set_make_vars
10 10
	
11 11
	filter="
12
institution_code IN ($(cat "$top_dir"/herbaria.sql))" \
12
deleted IS NULL
13
AND institution_code IN ($(cat "$top_dir"/herbaria.sql))" \
13 14
table.tsv/make__src_table_run
14 15
}
15 16

  

Also available in: Unified diff