Hi,
I have a sql script which runs each morning to drop and create tables in Athena, but I'd like to replace this with a scheduled WF. Is there a way designer can do this? I wondered if I could just connect In-DB, write a short and simple SQL statement and then drop a different table, like below, but it just errored.
Select Test.* From Test
DROP TABLE Test2;
Is there a way in Designer of creating/dropping tables from Athena?
Thanks!