I'm having issue while updating tables in a different schema on Alteryx Server (Version: 2021.3.1.47945). The problem is caused by alteryx pre-sql when sent to oracle. it adds quotes around "Schema_Name.Table_Name"
When I run this on designer (Version: 2021.2.2.45235), it just runs fine by putting quotes to both schema and table "Schema_Name"."Table_Name".
Error message:
Error running DELETE FROM "SCHEMA_NAME.TABLE_NAME": ORA-00942: table or view does not exist
Output data settings:

I've hit [roadblock after trying quote style with different settings but could not resolve it. Any thoughts on why it runs on designer version but errors on server?