(Alembic, SQLAlchemy) Can I copy data from non partitioned key to a partitioned one in the migration script? – Postgresql
I have a table needs to be partitioned, but since the postgresql_partition_by wasn't added while the creation of the table so am trying to: create a new partitioned table that is similar the origin one. moving the data from the…