I recently joined my team and was originally connected to our database using the connection string "odbc:DSN=Databank" whenever I pulled in data. After losing that connection, I reconnected using the same ODBC credentials, but now the connection shows as "dcm:Aurora ODBC — Username and password".
The issue with this new connection type is that when I share workflows with colleagues, they get an invalid connection error because the workflow expects my username and password. For them to run the workflow, they either need to enter my credentials (which isn’t possible) or rebuild the connection using their own.
My question is: How can I revert my connection back to odbc:DSN=Databank, or is there a way to embed my password so the workflow runs without requiring others to rebuild the connection?