This project is archived. Its data is read-only. This project is read-only.
Add MAX and MIN aggregate functions to Meltano Models
Currently we only support {`count`, `sum`, `avg`} as options for the `type` parameter of aggregates in Meltano Table Model definitions. We need to at least support the minimal set for SQL aggregate functions: {`COUNT`, `SUM`, `AVG`, `MIN`, `MAX`}. We should add `min` and `max` as a valid options for the `type` parameter of aggregates in Meltano Table Model definitions.
issue