Hi, I’m currently trying to migrate my grafana from a v6.* to a v7.1.3. As the Column Styles are deprecated, I figured out I could do most of what I need with the Transform and Overrides (to re-order some columns, or change their display mode for example). But, I have to do all that manually, and that is going to take a bit too much time when it comes to my bigger dashboards.
I’ve looked a bit into the code, found the migrations.ts
file of the Table panel, and saw the // Todo write migration logic
comment. Which brings me to 3 questions:
- Is there a way to have the Column Styles migrated automatically ?
- If I wanted to, would it be possible to code the logic for adding Transformations and Overrides when a old table is migrated ?
- Is the
migration logic
planned to be done soon ? If yes, any idea when that would be released ?
Thank you for your attention.