Skip to content
Snippets Groups Projects
Commit 71834643 authored by Leo Gordon's avatar Leo Gordon
Browse files

added 'hive_meta' to the list of tables being dumped

parent fc852ff7
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ sub fetch_input {
$self->param('ignores', \@ignores);
# Would be good to have this from eHive
my @ehive_tables = qw(worker dataflow_rule analysis_base analysis_ctrl_rule job accu log_message job_file analysis_data resource_description analysis_stats analysis_stats_monitor monitor msg progress resource_class);
my @ehive_tables = qw(hive_meta worker dataflow_rule analysis_base analysis_ctrl_rule job accu log_message job_file analysis_data resource_description analysis_stats analysis_stats_monitor monitor msg progress resource_class);
$self->param('nb_ehive_tables', scalar(@ehive_tables));
# Connection parameters
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment