durchgedreht opened a new issue #8898: SQL Lab Query doesn't get reflected in 
chart
URL: https://github.com/apache/incubator-superset/issues/8898
 
 
   1. I go into SQL Lab and create a query. e.g. "SELECT * FROM data_table 
WHERE id > 10;"
   2. Then I do save the query.
   3. Clicking on 'run'.
   4. On the data view click on 'explore'
   5. Create a char with e.b. Bar Charts
   6. Save chart as "MyChart"
   
   THEN:
   
   1. Open saved query and change it. e.g. "SELECT * FROM data_table WHERE id 
>999"
   2. Save changed query
   3. Reopen Chart
   4. Data is same as before
   5. Chart datasource is something like "[email protected] --queryname-FYzgGs0CD" 
   
   ### Expected results
   
   I'd expect the chart reflects the changed query and doesn't do an 
'in-time-smapshot'
   
   OR
   
   Another way to point to the 'original' query using a kind of pointer logic. 
   (By the way - changing a Datasource to SQLLab Query seems non supported as 
well)

----------------------------------------------------------------
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