Hi,
I have a database with multiple tables from different data sources. I have one database schema set up for each of my Clients.
I'd like to be able to amend the database schema in one tool, for it to then pass down into the SQL statements in the multiple Input tools I have. This way I can swap over the Alteryx Workflow easily without having to update each Input tool.
As an example:
Input for DV360 = SELECT * FROM CLIENT SCHEMA.ggldv360bm_omgf_base_ads
Input for CM360 = SELECT * FROM CLIENT SCHEMA.googlecm_omgf_base_ads
I'd like to have a tool that would replace "CLIENT SCHEMA" an all Input Tools.
Can you tell me how I can achieve this?
Thanks,
Mark