jgbolger commented on issue #3464: Issue using Oracle DB as superset database - Error running a migration script URL: https://github.com/apache/incubator-superset/issues/3464#issuecomment-329784869 Looking at that SQL for creating the query table - the issue is that it is attempting to use a reserved word "rows" as a column name. I believe you can add double quotes around the column name to bypass this and with some tweaking SQL Alchemy can do this. ---------------------------------------------------------------- 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
