-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grizzly did not find expected key #341
Comments
Also getting the following error when trying to apply Dashboards now. DashboardFolders work, Dashboards do not.
EDIT: Trying 0.2.0 again it gives me a better error:
|
There is an issue with Golang YAML parsers not being able to handle the objects that Grafana creates (e.g. putting newlines or special characters into keys). The simple solution is to use the (new) |
Closing in lieu of #245. |
I updated to use Grizzly 0.3.1 after using 0.2.0 to sync dashboards from Grafana 7.1.1 to Grafana Cloud 10.3/4.x. 0.2.0 worked last December but 0.3.0 has Alert resources I'd like to add so I've updated.
I am getting an error I did not get last time:
The lines in question:
When I remove the 4+ it seems happy, but this 4+ was there last time I synced and it worked no problem. There is also a 4- out there which it's also breaking on. This is the first time I've seen numbers after a | in YAML before.
Please let me know if you need any more info from me.
EDIT: Seems like there's an
id
field and aversion
field that aren't present in 0.2.0The text was updated successfully, but these errors were encountered: