We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grafana has the capacity to create some bizarre JSON. In two cases identified, this means Grizzly will create YAML that it cannot parse.
Those two scenarios where keys include newlines and where keys include backslashes.
For the usecase where we wish to download a whole Grafana instance, Grizzly failing to parse its own output is a real problem.
The text was updated successfully, but these errors were encountered:
I've created a PR providing tests to the underlying YAML library: goccy/go-yaml#418
Sorry, something went wrong.
There is a workaround for this: you can now pull resources in JSON instead of YAML when this issue occurs.
Closing in lieu of #245
malcolmholmes
No branches or pull requests
Grafana has the capacity to create some bizarre JSON. In two cases identified, this means Grizzly will create YAML that it cannot parse.
Those two scenarios where keys include newlines and where keys include backslashes.
For the usecase where we wish to download a whole Grafana instance, Grizzly failing to parse its own output is a real problem.
The text was updated successfully, but these errors were encountered: