component
c/v3-ndc-postgres
Is your proposal related to a problem?
The current implementation of the Hasura NDC Postgres connector lacks support for aggregate groups, which are defined in the NDC connector specifications. This is a major obstacle when implementing data platforms and interactive user interfaces for statistical datasets, as these rely heavily on aggregation and grouping operations to produce meaningful insights.
Provide a clear and concise description of what you want to happen.
Extend the connector’s query translation layer to generate SQL GROUP BY statements based on NDC Spec aggregate group definitions.
Describe alternatives you've considered
unclear