I have used Fixed Iterator, Variable='v_tablename' and Iterator values are TAB1,TAB2. Fixed Iterator component got validated and is fine. Now I am using S3 Load component. My question here is can I use Target Table as ${v_tablename}? S3 Load component is not getting validated. I would want to use only single S3 load and an iterator. Could you please suggest if the above steps are right way to do or any references to achieve this.
You'll presumably need the Fixed Iterator to loop through two variables: one to hold the CSV name, and one to hold the table name
Matillion uses the default value of variables to validate. So if you have an empty default it won't validate (although it may still run perfectly fine). Please see this document for more information.
I even read the below article. Hopefully this should work in the current version of Matillion I am using by installing Python packages as and when required through Pip.