You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/25 11:17:18 UTC

[GitHub] Vishnuprasadverma opened a new issue #3524: Cannot created temp table in redshift DB

Vishnuprasadverma opened a new issue #3524: Cannot created temp table in redshift DB
URL: https://github.com/apache/incubator-superset/issues/3524
 
 
   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 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
   
   
   ### Superset version=0.19.1
   
   
   ### Expected results=create temp table should work
   
   
   ### Actual results=create temp table gives "The query returned no data" with no error on console. But table is not created in db.
   
   
   ### Steps to reproduce
   Use redshift db
   create temp table temp_table(col1 int);
   no table created in DB
   
   
   
 
----------------------------------------------------------------
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