Hello Community!
We have been researching the best times to use In-Database tools vs. a normal Input Data tool.
One of the main differences is the connection options
In-Database
- Connection String - User can enter or build a connection string
- Connection File - The tool can reference a pre-built connection file that contains the connection string
Input Data Tool
- Connection String - User can enter or build a connection string
- Gallery Connection - The tool can reference a connection string stored on Alteryx Gallery , most likely stored on a shared network drive
We aren't wanting our users to use the Connection String approach since that will embed this information in the workflow, meaning that when that credential or connection information changes, this workflow would have to be touched and remigrated through our multiple Gallery environments.
This is causing us to suggest In-Database if they want their connection information stored in a file that they can edit themselves or Input Data tools if they want it to be managed on Gallery by one of our admins. I feel like this isn't the real reason you should choose between these two paths but we are doing this since both options don't support all connection options, as far as we can tell.
My question for the group is:
- Can In-Database support Gallery Connections? Where it would reference the connection information stored on Gallery. If not, why?
- Can the Input Data tool support connection files? Where it would reference a pre-built connection file that contains the connection string, most likely stored on a shared network drive. If not, why?