thoth-station / mi

an experiment on Source Operation Metrics
GNU General Public License v3.0
6 stars 10 forks source link

Use dataframe handling for update manager issue requests #598

Closed xtuchyna closed 2 years ago

xtuchyna commented 2 years ago

Bug description

Related to https://github.com/thoth-station/mi/blob/85b52496245d1e5a62aeeccd0a2c4c24fd563135/srcopsmetrics/kebechet_metrics.py#L145

Solution

Kebechet metrics works with dataframes and not dictionaries anymore. Refactor the code

goern commented 2 years ago

/sig user-experience

xtuchyna commented 2 years ago

Fixed in https://github.com/thoth-station/mi/pull/574