We have an environment where Alteryx workflows populate a PostgreSQL database using an ODBC connection. We want to be able to move from dev to test to production without having to update the output tools, using relative paths on the input tool, passing the connection info downstream. So we have a folder structure where we store our workflows, and in each of those folders is an excel config file which contains the database name for each environment. All three databases are on the same server.
I seem to be able to pass the database name, but when I switch environments I get an error about cross-database references. I think the problem is that the ODBC string is still pointing to my dev database, and I'm passing the test database name to the output, and it seems to be getting confused. It seems that what I need is to be able to update the ODBC string as shown in the upper left of this screen shot. Can this be done?
Thanks!