X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
280 stars 78 forks source link

fix: fix wrong name for change name repos. #1541

Closed frank-zsy closed 3 months ago

frank-zsy commented 3 months ago

fix #1540

For all the metrics that has a inner query block in getGroupIdClause, we should use max(created_at) as the column to determine the name column rather than use month or other aggregated column.

frank-zsy commented 3 months ago

As the CI has broken, I have ran the test in local env with monthly export task, merge first and will fix if there are some minor errors in the future.