Why is dynamic SQL in SAP HANA procedure not executed when called from python sqlalchemy?
I have dynamic SQL in my SAP HANA Cloud procedure. When I call the procedure in HANA database explorer, it works. But when I call the procedure from Python using SQLAlchemy, the dynamic SQL is not executed.