-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Please answer these questions before submitting your issue. Thanks!
-
What version of Python are you using?
python3.12
-
What operating system and processor architecture are you using?
macOS-15.5-x86_64-i386-64bit
-
What are the component versions in the environment (
pip freeze
)?snowflake-connector-python==3.17.2
snowflake-sqlalchemy==1.7.6
SQLAlchemy==2.0.43 -
What did you do?
Trying to add alembic for version support. We have two schemas per database and using one schema to track the migrations and few tables having foreign key mappings between these schemas. Upon creating first migration, it created tables fine. When I add new columns to the tables, it is again creating tables in the new migration file but not detecting the changes columns only.
-
What did you expect to see?
When creating a new migration, it should show only the changed columns