justinpark opened a new pull request, #34541: URL: https://github.com/apache/superset/pull/34541
### SUMMARY This commit updates [the rename operator logic](https://github.com/apache/superset/pull/33269) to handle cases that contain only metrics without dimensions but **contain multiple time shifts**. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before (single metric): <img width="1103" height="874" alt="Screenshot_2025-08-04_at_4_33_49 PM" src="https://github.com/user-attachments/assets/3b020719-2afa-496e-97ed-c9eedc187fc4" /> After (single metric): <img width="951" height="741" alt="Screenshot_2025-08-04_at_4_33_54 PM" src="https://github.com/user-attachments/assets/f37e921b-e94a-44e0-b2db-1bb7608902da" /> Before (multiple metrics): <img width="1107" height="890" alt="Screenshot_2025-08-04_at_4_32_58 PM" src="https://github.com/user-attachments/assets/3fe68cc9-db46-4926-b873-ffcd3f5cabfb" /> After (multiple metrics): <img width="952" height="763" alt="Screenshot_2025-08-04_at_4_32_52 PM" src="https://github.com/user-attachments/assets/3180e4e2-d23a-4516-9e12-6f871294b29c" /> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
