grafana-tools / sdk

Library for using Grafana' structures in Go programs and client for Grafana REST API.
Apache License 2.0
319 stars 190 forks source link

Transformations are lost during import #192

Open mpostument opened 2 years ago

mpostument commented 2 years ago

When executing GetDashboardByUID and then saving json in to file transformation are lost.

Looks like there is no Transformation in Dashboard struct https://github.com/grafana-tools/sdk/blob/master/board.go#L43

https://github.com/mpostument/grafana-sync/issues/41