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/01/16 22:02:24 UTC

[GitHub] cwormsl2 commented on issue #6665: [dashboard] Development Environment

cwormsl2 commented on issue #6665: [dashboard] Development Environment
URL: https://github.com/apache/incubator-superset/issues/6665#issuecomment-454960954
 
 
   Just want to jump in here, to clarify the ask. 
   
   Say I build a dashboard with a bunch of charts and features, and I release the initial version and people begin to use it. Now I want to continue to iterate on it and add new features and charts without disrupting the prod version people can see, until all testing and QA is done. 
   
   And there are two types of changes I can see being made. One is if you add a new chart, or feature to the dashboard, and make no changes to the datasource. The second is if you need to update the data source, like add new columns, switch from a personal schema table to a prod table etc.
   
   I think the above flow Hugh described would work for the first use case, but not the second. Currently when you copy the dashboard it uses the same data source in the charts in both the original and the copied version. So any changes you make to the data source with affect both dashboards. It would be great when you copy the dashboard to be able to easily switch out the data source for all charts in the copied version so you can make changes. And then once happy with the changes be able to push that to the prod version of the dashboard. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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