I am trying to run the same query on different schemas of the same db. I have each schema set up in my data connections, but I can't get my query to work in the dynamic input, it says " Dynamic Input (3) Unable to translate alias aka:XXX" Is there a syntax I am missing? To create the query string I am concatenating the file path with a dynamic schema name: 'aka:DB Name '+ [SCHEMA] + ' (SELECT * from tableX)'
I tried adding in some pipes, but that didn't seem to work either. Any help would be greatly appreciated!
I have done this before using an ODBC connection, but not with a saved data connection (with the "aka").