-
Notifications
You must be signed in to change notification settings - Fork 29
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
sceneInterpolator: Ensure unescaped backslashes are escaped #1064
base: main
Are you sure you want to change the base?
Conversation
I think this fixes the escaping issue, but doesn't fully fix grafana/grafana#101037. The dashboard is still broken because of that panel although the error is now different |
Thanks for taking a look @mdvictor! The |
please look at grafana/grafana#101438 (comment) and make sure this scenes variant works with the dashboard attached in that PR description. |
Should fix grafana/grafana#101037
Changes the old
_interpolateVariablesInTransformationConfigs
behavior to deeply interpolate over strings in the object (hierarchy) instead of stringifying -> interpolating -> parsing.