rageshpillai opened a new issue #5278: cx oracle error while uploading table 
from sources
URL: https://github.com/apache/incubator-superset/issues/5278
 
 
   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.25
   
   ### Expected results
   Should create an entry in table
   
   ### Actual results
   (cx_Oracle.DatabaseError) ORA-00936: missing expression [SQL: u'SELECT 
EXISTS (SELECT 1 \nFROM tables \nWHERE tables.table_name = :table_name_1 AND 
tables.schema = :schema_1 AND tables.database_id = :database_id_1) AS anon_1 
FROM DUAL'] [parameters: {u'table_name_1': u'sr_links', u'database_id_1': 322, 
u'schema_1': u'XXxx'}] (Background on this error at: http://sqlalche.me/e/4xp6)
   
   ### Steps to reproduce
   
   select table option from sources and try to create an entry
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to