Hello,
I have an Alteryx workflow that transforms data and loads data into a database table. This is scheduled on a server. However, the challenge is to run update and delete statements on that table and then use that table as an input to and write to a hyperfile, without using in db connection (not allowed in our alteryx server).
I was thinking if I should use a block tool after the workflow is run and loads the data to table and then use a python tool to update and delete as a second step and then as a third step write the updated data to a hyperfile, just so the dependancy is not lost.
Wanted to hear the expert opinions. Any sample workflows are much appreciated.
TIA