You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/06 02:17:13 UTC

[GitHub] [incubator-superset] cdmikechen opened a new issue #8778: Druid Datasource Editor can not save changes when opening In Chart Editor

cdmikechen opened a new issue #8778: Druid Datasource Editor can not save changes when opening In Chart Editor 
URL: https://github.com/apache/incubator-superset/issues/8778
 
 
   A clear and concise description of what the bug is.
   
   ### Expected results
   `Druid Datasource Editor` can save changes when opening In `Chart Editor` (`/superset/explore/?form_data={}`), like in `/druiddatasourcemodelview/edit/{ds_id}`
   
   ### Actual results
   When saving in `Chart Editor`, I can't save any changes.
   
   #### Screenshots
   No.
   
   #### How to reproduce the bug
   
   1. Go to `Chart Editor` with a druid datasource
   2. Click on `Click to edit the datasource` and open `Druid Datasource Editor`
   3. Add a `Metrics` and save
   4. Metrics` can not saved
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `0.35`
   - python version: `3.7`
   - node.js version: `v10.16.0`
   - npm version: `6.13.0`
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   Found that in `superset/connectors/druid/models.py` 
   ```
       def update_from_object(self, obj):
           return NotImplementedError()
   ```
   It means Druid can not saved by Druid Datasource Editor In Chart Editor ?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org