I want to execute a stored procedure using an SQL Alchemy Connection. I get no errors during execution, but no changes are reflected on the database. If I run the stored procedure directly on my Azure SQL Server, I get the expected results (which are updating a table).
I tried running just the procedure and get this:
Any ideas on why it is not working?
I am also open to other ideas! I am trying to execute my stored procedure after upserting a table.