Skip to content

Commit

Permalink
Merge pull request #1228 from eiffel777/ambiguous-service-provider-co…
Browse files Browse the repository at this point in the history
…lumn

Adding table name to remove ambiguity from group by statement
  • Loading branch information
eiffel777 authored Feb 12, 2020
2 parents b5b048c + ba970d7 commit ab3b453
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],

"groupby": [
"resource_id",
"provider_instance_identifier",
"service_provider"
"raw.resource_id",
"raw.provider_instance_identifier",
"raw.service_provider"
]
}
}

0 comments on commit ab3b453

Please sign in to comment.