AbsaOSS / atum-service

Apache License 2.0
5 stars 1 forks source link

Use DoobieMultipleResultFunctionWithAggStatus when querying the DB expecting multiple results #219

Open benedeki opened 1 month ago

benedeki commented 1 month ago

Background

At the moment when querying the database expecting multiple results, we don't care about the status returned. That might lead to incorrect behavior.

Feature

Use DoobieMultipleResultFunctionWithAggStatus instead of DoobieMultipleResultFunction to handle the status returned from the database functions.

Proposed Solution

Solution Ideas: