I am trying to have Alteryx drop a table after the workflow is done. If I run the following code in Aginity, it works fine:
DROP TABLE TEST.TEST.TEST_TABLE
I have tried putting that code in the "Post-SQL", and while the workflow runs without errors, it doesn't actually drop the table. I am using the same credentials in both software platforms. I've also tried using the "Connect In-DB" tool and used that as the only SQL, and there too it runs without errors, but fails to actually drop the table.
Any suggestions? I feel it's something basic that I'm overlooking, but I can't seem to figure it out.
Thank you in advance!