Ville Brofeldt

Results 5 issues of Ville Brofeldt

I would need a method for getting all calendar holidays between two dates, e.g. ```python3 def get_calendar_holidays_between_dates(self, start_date: dt.date, dt.end_date): ... ``` Currently this can be done by looping through...

### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes...

size/XL

## [SIP] Proposal for User Preferences ### Motivation Currently it's possible to customize various aspects of Superset: - Color palettes - Enable/disable thumbnails - Default viz type - Number formats...

sip

### SUMMARY This PR converts the Key Value commands to a DAO, which gives the caller much more control over when commits/rollbacks happen. Other changes: - Update all code that...

size/XXL

## [SIP-143] Proposal for Global Async Task Framework ### Motivation *Note*: This replaces [[SIP-141] Global Async Queries 2.0](#29515) which aimed at completing [[SIP-39] Global Async Query Support](#9190). ### Proposed Change...

change:backend
sip
global:async-query