Skip to content

Commit

Permalink
Merge pull request #163 from galaxyproject/dala-halibut
Browse files Browse the repository at this point in the history
enable wap for report
  • Loading branch information
hexylena authored Oct 21, 2024
2 parents d0542d4 + d888043 commit c8d3530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parts/70-look-for.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ look_for() {
elif [[ "${query_name}" == "iquery"* ]]; then
query_influx "$QUERY" "$query_name" "$fields" "$tags" "$timestamp"
fi
elif [[ $query_type == "report" ]]; then
obtain_func "$query_type" "$query_name" "$@"

if [[ "${query_name}" == "report"* ]]; then
query_tbl_wrapper "$QUERY"
fi
else
$fn "$@";

Expand Down

0 comments on commit c8d3530

Please sign in to comment.