Hi Everyone,
I am currently in the process of translating a large complex piece of code in Teradata left by my predecessor into an Alteryx workflow.
This code has various layers which is quite generic by Teradata standards:
- Create volatile tables from data in existing data warehouses/sandpit
- Use these tables + data from data prep to create other volatile tables or use as Where-In clauses
- There are Updates, Alters, Insert steps as well
- Final Output are multiple permanent tables (which is used to produce reports for stakeholders)
I figured rather than trying to recreate all 1475 lines of code into Alteryx tools, is there a way for me to say, "at this point, run all these codes in Teradata" and then I can come back to use the subsequent final outputs to produce my end report?
A part of me feels like bat/bteq files may work, however, due to some limitations in my workplace, bteq is not available for my colleagues (if I was away and they need to run). I would like to explore potential alternatives.
Below is a (very poor) representation of what I am looking to achieve:

Thank you in advance