rusackas commented on issue #29933: URL: https://github.com/apache/superset/issues/29933#issuecomment-5006089323
I checked, and this is actually already fixed. PR #40005 (merged 2026-05-14) added `_restore_dropped_metric_columns` in `pivot.py` for exactly this, an all-NaN metric column silently dropped by `pivot_table(dropna=True)`, then `rename`/`rolling` post-processing blowing up on the missing column. Happy to reopen if I'm mistaken. -- 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]
