Basically I have a directory with a bunch of files I want to iteratively (or I guess in parallel if anyone knows a way) put into a redshift data base.
I am trying to bring in the paths for dynamic input, and before the macro input I create a new string to match the odbc string type for output. I also use dynamic input to load the file and a stop until done to make sure the file doesn't error. My issue is it won't let me bring the manipulated string from the macro input to the output to replace the string that designates the table on the output. workflow attached. What would be fed into this macro is a directory input with the files.
When I try to upload I get this error: macro input cannot be used as question input for this action type so it basically won't let me bring my manipulated odbc string into the top input of the output.