Groups
Sign in
Groups
sqlalchemy-alembic
Conversations
About
Send feedback
Help
sqlalchemy-alembic
Contact owners and managers
1–30 of 395
The SQLAlchemy-Alembic Google Group is now read-only. Please post SQLAlchemy-Alembic discussions on Github at
https://github.com/sqlalchemy/
alembic/discussions/
Mark all as read
Report group
0 selected
Brian Hill
, …
jens.t...@gmail.com
4
8/20/23
Migrate alembic_version table from Public to tenant schema
Thank you Brian and Mike, just the conversation I was looking for. One follow-up question — is this a
unread,
Migrate alembic_version table from Public to tenant schema
Thank you Brian and Mike, just the conversation I was looking for. One follow-up question — is this a
8/20/23
Ilya Demidov
,
Mike Bayer
2
5/10/22
Import data to alembic migrations
yes, one particular approach to this issue is discussed here: https://alembic.sqlalchemy.org/en/
unread,
Import data to alembic migrations
yes, one particular approach to this issue is discussed here: https://alembic.sqlalchemy.org/en/
5/10/22
arvind aithal
,
Mike Bayer
2
4/11/22
[Renaming Alembic Table]
On Mon, Apr 11, 2022, at 12:47 AM, arvind aithal wrote: Is it possible to rename the alembic table
unread,
[Renaming Alembic Table]
On Mon, Apr 11, 2022, at 12:47 AM, arvind aithal wrote: Is it possible to rename the alembic table
4/11/22
Vinod Rao
,
Mike Bayer
2
8/25/21
alembic upgrade heads
seems like you should ensure that Alembic is installed in the current Python environment. looks like
unread,
alembic upgrade heads
seems like you should ensure that Alembic is installed in the current Python environment. looks like
8/25/21
Johannes Bretscher
5/5/21
alembic autogenerate tries to generate existing tables.
Hello, I am new to alembic and expect this to have a simple solution, but with my limited knowledge I
unread,
alembic autogenerate tries to generate existing tables.
Hello, I am new to alembic and expect this to have a simple solution, but with my limited knowledge I
5/5/21
AndyS
,
Sergi Pons Freixes
7
5/5/21
Switching between schema branches in alembic
We have two schema variants for now, one is a legacy schema which we want to retire eventually but it
unread,
Switching between schema branches in alembic
We have two schema variants for now, one is a legacy schema which we want to retire eventually but it
5/5/21
Nikola Radovanovic
,
Mike Bayer
5
4/16/21
Managing multiple tenant "namespaces"
Many thanks! On Fri, Apr 16, 2021 at 2:07 PM Mike Bayer <mik...@zzzcomputing.com> wrote: On
unread,
Managing multiple tenant "namespaces"
Many thanks! On Fri, Apr 16, 2021 at 2:07 PM Mike Bayer <mik...@zzzcomputing.com> wrote: On
4/16/21
br...@derocher.org
,
Mike Bayer
5
3/9/21
branch merge schema conflict
Thanks for your quick responses. We have never downgraded our prod database, but I feel it's
unread,
branch merge schema conflict
Thanks for your quick responses. We have never downgraded our prod database, but I feel it's
3/9/21
Ke Zhu - kzhu@us.ibm.com
,
Mike Bayer
5
1/11/21
ask for help on best practices when changing table name from uppercase to lowercase
On Tue, 2021-01-05 at 13:09 -0500, Mike Bayer wrote: > On Tue, Jan 5, 2021, at 9:50 AM, kz...@us.
unread,
ask for help on best practices when changing table name from uppercase to lowercase
On Tue, 2021-01-05 at 13:09 -0500, Mike Bayer wrote: > On Tue, Jan 5, 2021, at 9:50 AM, kz...@us.
1/11/21
Jason Pascucci
,
Mike Bayer
2
11/5/20
Example of inline autogenerated use?
Not quite given in an example, I guess I could add as a recipe but then people will be using it which
unread,
Example of inline autogenerated use?
Not quite given in an example, I guess I could add as a recipe but then people will be using it which
11/5/20
Carol Guo
,
Mike Bayer
3
10/9/20
command.init api ignores the cfg settings
Hi Mike, Thanks for the response. I was trying something like cfg = Config('my_alembic.ini')
unread,
command.init api ignores the cfg settings
Hi Mike, Thanks for the response. I was trying something like cfg = Config('my_alembic.ini')
10/9/20
brian...@blue-newt.com
,
Mike Bayer
3
9/30/20
Use events with expression api
I was to associate/call functions when specific tables and columns are updated. Sent from my iPad On
unread,
Use events with expression api
I was to associate/call functions when specific tables and columns are updated. Sent from my iPad On
9/30/20
Daniel Krebs
,
Mike Bayer
7
9/30/20
Stray changes detected only sometimes with revision --autogenerate
Hi Daniel - I didn't expect it to go so well, but that's great! On Wed, Sep 30, 2020, at 1:52
unread,
Stray changes detected only sometimes with revision --autogenerate
Hi Daniel - I didn't expect it to go so well, but that's great! On Wed, Sep 30, 2020, at 1:52
9/30/20
Ke Zhu - kzhu@us.ibm.com
,
Mike Bayer
3
9/4/20
KeyError: 'sqlnotapplicable' when running alembic revision --autogenerate
Mike, Thanks for replying! This is the CREATE TABLE statement when running command `alembic upgrade +
unread,
KeyError: 'sqlnotapplicable' when running alembic revision --autogenerate
Mike, Thanks for replying! This is the CREATE TABLE statement when running command `alembic upgrade +
9/4/20
Michał Guzek
,
Mike Bayer
2
8/17/20
Delay between consecutive SQL statements when using Alembic on Jenkins
On Sun, Aug 16, 2020, at 11:10 PM, Michał Guzek wrote: I have a problem with delays between
unread,
Delay between consecutive SQL statements when using Alembic on Jenkins
On Sun, Aug 16, 2020, at 11:10 PM, Michał Guzek wrote: I have a problem with delays between
8/17/20
Rob Schottland
,
Mike Bayer
2
3/26/20
'alembic current' crashes with stack trace
Somewhere in your model, likely inside of a Table() object, there is a keyword "index"
unread,
'alembic current' crashes with stack trace
Somewhere in your model, likely inside of a Table() object, there is a keyword "index"
3/26/20
Brian Hill
,
Mike Bayer
12
3/20/20
Autogenerate with Multi-Tenant
That works! Thank you. Brian On Friday, March 20, 2020 at 12:11:21 PM UTC-4, Mike Bayer wrote: OK one
unread,
Autogenerate with Multi-Tenant
That works! Thank you. Brian On Friday, March 20, 2020 at 12:11:21 PM UTC-4, Mike Bayer wrote: OK one
3/20/20
Daniel Cardin
,
Mike Bayer
6
3/5/20
Invoke commands with custom env.py from library
On Thu, Mar 5, 2020, at 1:59 PM, Daniel Cardin wrote: 1. I always expected that, with any reasonably
unread,
Invoke commands with custom env.py from library
On Thu, Mar 5, 2020, at 1:59 PM, Daniel Cardin wrote: 1. I always expected that, with any reasonably
3/5/20
David Siller
,
Mike Bayer
6
3/5/20
Alembic: Change the order of the columns for a table
Hello Mike, sorry for not having provided the table definition initially. You are absolutely right, I
unread,
Alembic: Change the order of the columns for a table
Hello Mike, sorry for not having provided the table definition initially. You are absolutely right, I
3/5/20
Alexander Peletz
, …
Ke Zhu - kzhu@us.ibm.com
16
3/2/20
Integrate PyHive and Alembic
Mike, Thanks for merging my change on Alembic! On Thu, 2020-02-27 at 15:38 -0500, Mike Bayer wrote:
unread,
Integrate PyHive and Alembic
Mike, Thanks for merging my change on Alembic! On Thu, 2020-02-27 at 15:38 -0500, Mike Bayer wrote:
3/2/20
doi zece
,
Mike Bayer
8
2/27/20
How to enable verbosity on “alembic upgrade head”?
On Thu, Feb 27, 2020, at 1:39 PM, doi zece wrote: Yes I want to see the SQLs hitting the DB. The
unread,
How to enable verbosity on “alembic upgrade head”?
On Thu, Feb 27, 2020, at 1:39 PM, doi zece wrote: Yes I want to see the SQLs hitting the DB. The
2/27/20
Brian Hill
,
Mike Bayer
6
2/17/20
Using enums with schema_translate_map
Thanks for figuring this out. On Monday, February 17, 2020 at 3:05:30 PM UTC-5, Mike Bayer wrote:
unread,
Using enums with schema_translate_map
Thanks for figuring this out. On Monday, February 17, 2020 at 3:05:30 PM UTC-5, Mike Bayer wrote:
2/17/20
Jonathan Vanasco
,
Michael Merickel
2
2/5/20
Do i want to use bases or branches or something else?
If you look at the pyramid-cookiecutter-starter [1] the integration modifies the env.py file to load
unread,
Do i want to use bases or branches or something else?
If you look at the pyramid-cookiecutter-starter [1] the integration modifies the env.py file to load
2/5/20
Jens Troeger
,
Mike Bayer
2
12/4/19
Automating charset encoding/collation conversion for MySQL db.
On Tue, Dec 3, 2019, at 7:50 PM, Jens Troeger wrote: Hello, Using a MySQL database keeping Unicode
unread,
Automating charset encoding/collation conversion for MySQL db.
On Tue, Dec 3, 2019, at 7:50 PM, Jens Troeger wrote: Hello, Using a MySQL database keeping Unicode
12/4/19
Alexander
,
Mike Bayer
3
10/31/19
extending enum type natively in postgres using alembic
Mike, thank you very much for so fast and detailed response! чт, 31 окт. 2019 г. в 17:45, Mike Bayer
unread,
extending enum type natively in postgres using alembic
Mike, thank you very much for so fast and detailed response! чт, 31 окт. 2019 г. в 17:45, Mike Bayer
10/31/19
Scott
,
Mike Bayer
2
10/11/19
Snowflake odities and ReplaceableObject
I think it would be simplest to use a regular expression to pull out the symbol names from the
unread,
Snowflake odities and ReplaceableObject
I think it would be simplest to use a regular expression to pull out the symbol names from the
10/11/19
Stephan Gerhard
,
Mike Bayer
3
8/29/19
Paritioned Table Migration
Thanks! Am Donnerstag, 29. August 2019 16:16:28 UTC+2 schrieb Mike Bayer: On Thu, Aug 29, 2019, at 8:
unread,
Paritioned Table Migration
Thanks! Am Donnerstag, 29. August 2019 16:16:28 UTC+2 schrieb Mike Bayer: On Thu, Aug 29, 2019, at 8:
8/29/19
Mike
,
Mike Bayer
3
8/29/19
How to rename column on MySQL without deleting existing data?
Thanks it worked! models.py class Experiments(db.Model): id = db.Column(db.Integer, primary_key=True)
unread,
How to rename column on MySQL without deleting existing data?
Thanks it worked! models.py class Experiments(db.Model): id = db.Column(db.Integer, primary_key=True)
8/29/19
Scott
,
Mike Bayer
4
8/19/19
Alembic: Varying database names per environment?
On Mon, Aug 19, 2019, at 7:24 AM, Scott wrote: On Monday, August 19, 2019 at 9:58:19 AM UTC+10, Mike
unread,
Alembic: Varying database names per environment?
On Mon, Aug 19, 2019, at 7:24 AM, Scott wrote: On Monday, August 19, 2019 at 9:58:19 AM UTC+10, Mike
8/19/19
gbr
,
Mike Bayer
3
6/28/19
Python 3.7 - RuntimeError: generator raised StopIteration
Indeed, I was using version 1.0.9 and didn't realise that this wasn't an issue with alembic.
unread,
Python 3.7 - RuntimeError: generator raised StopIteration
Indeed, I was using version 1.0.9 and didn't realise that this wasn't an issue with alembic.
6/28/19