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-329810296 Thanks for that. In the latest stack trace, the issue is that Oracle does not auto increment primary key columns. See http://docs.sqlalchemy.org/en/latest/dialects/oracle.html From reading this, it suggests that you should use a sequence. This looks like it might be a quite invasive change to implement as there are quite a number of superset table definitions that would require update. Can I therefore ask if supporting use of the Oracle database for the superset tables is something you want and plan to do, or is the recommendation to use the standard SQL Lite db? Cheers, John ---------------------------------------------------------------- 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
