Re: [sqlalchemy] Table Reflection Error

2021-04-24 Thread Mike Bayer
On Fri, Apr 23, 2021, at 5:38 PM, Jeff Griffin wrote: > Using sqlalchemy 1.4.5 and pymssql 2.1.5, I am reflecting an Oracle Table > from one database (Oracle) and attempting to create it in a second database > (MS SQL Server). On table.create I get the following error: > > Compiler can't

[sqlalchemy] Table Reflection Error

2021-04-23 Thread Jeff Griffin
Using sqlalchemy 1.4.5 and pymssql 2.1.5, I am reflecting an Oracle Table from one database (Oracle) and attempting to create it in a second database (MS SQL Server). On table.create I get the following error: Compiler http://www.sqlalchemy.org/ To post example code, please provide an MCVE: