We will need to group Data by year in the config.json, so the SQL parser needs to understand something like this: ``` groupBy: [ "for", "cod", "YEAR(date)" ] ```
We will need to group Data by year in the config.json, so the SQL parser needs to understand something like this: