ktmud opened a new pull request #9439: feat: change default time range from sql 
lab to no filter
URL: https://github.com/apache/incubator-superset/pull/9439
 
 
   ### CATEGORY
   
   - [x] Enhancement (new features, refinement)
   
   ### SUMMARY
   
   Currently when clicking on "Explore" button in SQL Lab results, it defaults 
the time range to "100 years ago : now", which is basically equivalent to no 
filter for most datasources. However, it has implication on how the x-axis will 
be plotted in certain charts (e.g., recently, the Big Number chart introduced 
a[ fixed range](https://github.com/apache/incubator-superset/pull/9341) option).
   
   This PR changes the default to "No filter" for the time range filter can be 
more properly utilized. 
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   When clicking on Explore in SQL Lab:
   
   
![image](https://user-images.githubusercontent.com/335541/78172759-75eab600-740b-11ea-840a-1e2389b6c925.png)
   
   #### Before
   
   
![image](https://user-images.githubusercontent.com/335541/78172730-69665d80-740b-11ea-924d-ee7bcec67b7d.png)
   
   #### After
   
   
![image](https://user-images.githubusercontent.com/335541/78172938-c4985000-740b-11ea-96c3-d13e69c14d94.png)
   
   
   ### TEST PLAN
   
   1. Go to any query results in SQL Lab
   2. Click on "Explore"
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue: 
   - [x] Changes UI
   - [ ] Requires DB Migration.
   - [ ] Confirm DB Migration upgrade and downgrade tested.
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   ### REVIEWERS
   
   @kristw 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to