-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
The postgres binding uses the exec and query operations, and invokes the binding with the SQL command embedded in the metadata field of the dapr.InvokeBindingRequest. However the current ctx.Send method only fills the data field. This is insufficient for the postgres binding.
https://docs.dapr.io/reference/components-reference/supported-bindings/postgresql/
Alternatively exposing the daprClient as part of the FunctionContext would allow users to access the underlying dapr client and invoke our own methods beyond the scope of the OF spec.
Metadata
Metadata
Assignees
Labels
No labels