CREATE TABLE or DROP Table using SQLAlchemy resulting in ResourceClosedError
I am trying to create a temporary table or drop a table in MySQL using SQLAlchemy in Jupyter notebook. The SQL function does create table or drops the table but it results in an error ResourceClosedError: This result object does not return rows. It has been closed automatically.