Hello!
I have created the table by Alteryx and now I need to remove specific records from this table in Athena, but when I am trying to do it I get the following error: NOT_SUPPORTED: Modifying Hive table rows is only supported for transactional tables
I am using the following query to do it: DELETE FROM database_name.table_name where pk_id in ('specific record')
Could you please advise how can I do transactional table by Alteryx, so I could remove specific records from it.
Thank you in advance!