Elizabeth Thompson
Elizabeth Thompson
### SUMMARY squelching the pandas performance warning ``` 2024-05-15 21:41:59,455| WARNING | /home/superset/preset/superset/superset/utils/pandas_postprocessing/compare.py:84: PerformanceWarning: dropping on a non-lexsorted multi-index without a level parameter may impact performance. ``` ### BEFORE/AFTER SCREENSHOTS...
### SUMMARY We're seeing with the latest release of Chrome, some canvas elements on the dashboard will disappear, and only reappear on mouseover. I believe that there was an experimental...
### SUMMARY Follow up to https://github.com/apache/superset/pull/28568 I'm also adding the fix to explore so that if you change browser tabs in Chrome on ~125.0 the chart/canvas won't disappear. ### BEFORE/AFTER...
### SUMMARY The SupersetSecurityException is a 403 but the error is logging at an exception, so changing the log level to be "warning" to match others (5xx = exception and...
This reverts commit 5c3334025261826936de042b20f7043166880a25. Per the comment on https://github.com/apache/superset/pull/28568#issuecomment-2126880621 It looks like Chrome has [reverted](https://issues.chromium.org/issues/328755781#comment107) the feature and has released a new version with the fix, so no need to...
### SUMMARY See[SIP](https://github.com/apache/superset/issues/29263) This PR adds a new Notification `SlackV2Notification` that uses the Slack upload files v1 method. It is required for slack workspace owners to add the `channels:read` scope...
### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes...
### SUMMARY Adds a link to the dashboard or chart for the report/alert when there is an error so that the root cause can more easily be found by accessing...
Add a new workflow that automatically detects and reports changes to role-defining constants in the security manager. This helps reviewers understand the permission impact of PRs. The workflow: - Triggers...
## **User description** ### SUMMARY This PR introduces interactive table capabilities inspired by Omni's data curation approach, where the table becomes a query-building interface rather than just output. #### Key...