Skip to content

Commit

Permalink
Optimize jobs aggregation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Oct 25, 2024
1 parent 7c114f4 commit 36021ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
"name": "resourcefact",
"schema": "${UTILITY_SCHEMA}",
"alias": "task_resource",
"on": "task_resource.id = task.resource_id"
"on": "task_resource.id = task.resource_id",
"type": "STRAIGHT"
}
],
"where": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"name": "resourcefact",
"schema": "${UTILITY_SCHEMA}",
"alias": "task_resource",
"on": "task_resource.id = task.resource_id"
"on": "task_resource.id = task.resource_id",
"type": "STRAIGHT"
}
],
"where": [
Expand Down

0 comments on commit 36021ce

Please sign in to comment.