Revision 9155
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
3 | 3 |
|
4 | 4 |
if self_not_included; then |
5 | 5 |
|
6 |
func_override export_mysql__table_run
|
|
7 |
export_mysql()
|
|
6 |
func_override table.tsv/make__src_table_run
|
|
7 |
table.tsv/make()
|
|
8 | 8 |
{ |
9 | 9 |
echo_func |
10 |
export_mysql__table_run "$@"
|
|
10 |
table.tsv/make__src_table_run
|
|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
fi |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: override table.tsv/make() instead of export_mysql()