Open
Description
v3-engine / postgres-ndc
Is your proposal related to a problem?
I have a sql function that does complex aggregations for a given territory and date and would like to make it available in the supergraph, but the postgres connector does not support user defined functions .
Describe the solution you'd like
Implement introspection and execution for user defined functions.
Describe alternatives you've considered
Reimplement the aggregation logic in a ts or python connector.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog