Re: [sqlalchemy] ORM insert: How to insert into a table with Identity column in Redshift database.

2018-12-10 Thread Mike Bayer
On Mon, Dec 10, 2018 at 1:23 AM Ved Bhatnagar wrote: > > Hi, > > How can I use ORM insert (session.add(object)) to insert values in a table > with identity column in redshift database? their docs seem to be kind of incomplete on this but reading the source it looks like redshift-specific

[sqlalchemy] ORM insert: How to insert into a table with Identity column in Redshift database.

2018-12-09 Thread Ved Bhatnagar
Hi, How can I use ORM insert (session.add(object)) to insert values in a table with identity column in redshift database? Regards, Ved -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal,