lyndsiWilliams opened a new pull request, #20299:
URL: https://github.com/apache/superset/pull/20299

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   This adds a different dataset panel dropdown when a chart's datasource is a 
query.
   
   
   ### SCREENSHOTS / ANIMATED GIF
   <!--- Skip this if not applicable -->
   <img width="695" alt="queryDatasourcePanel" 
src="https://user-images.githubusercontent.com/55605634/169922171-4ff59a63-8d69-4b44-8351-44611c76e967.png";>
   <img width="1339" alt="queryDatasourceSaveDatasetModal" 
src="https://user-images.githubusercontent.com/55605634/169922178-cacf88c2-d6ac-4cfc-857a-b34465812f0e.png";>
   
   
![queryDatasetPanel](https://user-images.githubusercontent.com/55605634/169922192-b754d665-d936-4967-9f08-617575e24695.gif)
   
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   - Open a chart with a query datasource type
   - Click the thee dots next to the chart name to reveal the dataset options 
dropdown
   - Observe that the options are now "Query preview", "View in SQL Lab", and 
"Save as dataset"
   - Click "View in SQL Lab" to be taken to SQL Lab
   - Click "Save as dataset" and observe the save dataset modal
   
   ### 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:
   - [x] 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]

Reply via email to