You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* new function `DBFunction.execute` renamed to `perform`
* new function `DBFunction.getResult` which returns the list of function outputs
* improved documentation
---------
Co-authored-by: miroslavpojer <miroslav.pojer@absa.africa>
Background
When ones to execute a function without verifying it's result, it's still needed to provide a (dummy) verification function.
Feature
Create an overloaded version of
execute
method, that won't require a verification function.The text was updated successfully, but these errors were encountered: