Project

General

Profile

« Previous | Next » 

Revision 9637

inputs/GBIF/raw_occurrence_record/run: plant_fraction.table/*(): renamed to plant_fraction/*() because a target named after a table refers to the table unless it has an explicit file extension

View differences:

inputs/GBIF/raw_occurrence_record/run
12 12
to_target pg_export
13 13
}
14 14

  
15
plant_fraction.table/make()
15
plant_fraction/make()
16 16
{
17 17
	echo_func; set_make_vars; mk_table_esc
18 18
	
......
38 38
EOF
39 39
}
40 40

  
41
plant_fraction.table/seal()
41
plant_fraction/seal()
42 42
{
43 43
	echo_func; set_make_vars
44 44
	
......
51 51
	echo_func; set_make_vars; check_target_exists
52 52
	
53 53
	use_local_remote
54
	plant_fraction.table/make
54
	plant_fraction/make
55 55
	table=plant_fraction cols=institution_code filter='plant_fraction >= 0.8' \
56 56
to_target mysql_export
57 57
}

Also available in: Unified diff