Skip to content
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

[v9.5.x] Transformations: Config overrides being lost when config from query transform is applied #75347

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

grafana-delivery-bot[bot]
Copy link
Contributor

Backport a5b9eac from #69720


What is this feature?

This fix copies the refId property to the output. The config overides were being lost when the config from query transform is applied due to the refId not being copied over from the original object

Why do we need this feature?

To maintain the config overides when the config from query transform is applied

Which issue(s) does this PR fix?:

Fixes # #68277

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

…ransform is applied (#69720)

fix config overides being lost by transforms

(cherry picked from commit a5b9eac)
@mdvictor mdvictor merged commit d1a1264 into v9.5.x Sep 25, 2023
17 checks passed
@mdvictor mdvictor deleted the backport-69720-to-v9.5.x branch September 25, 2023 07:01
@aangelisc aangelisc modified the milestones: 9.5.x, 9.5.14 Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants