Re: Extending OpContainer?

2015-11-12 Thread Mike Bayer
I'd take a look at http://alembic.readthedocs.org/en/latest/api/operations.html#operation-plugins and for a longer example http://alembic.readthedocs.org/en/latest/cookbook.html#replaceable-objects. On 11/11/2015 04:26 PM, Alyssa Kwan wrote: > Hi all, > > I have a single logical Alembic

Re: Extending OpContainer?

2015-11-12 Thread Alyssa Kwan
Thanks, Michael! In terms of the ReplaceableObject, I was hoping for a composite operation that could use existing Alembic operations, without needing to generate the underlying SQL. For instance, the single composite operation would use Alembic's built-in create_table() in sequence with other