How do you Change Connections?
Coefficient allows you to swap out one connection to a data source to another connection with that same data source. For example, if I am using a shared connection to MySQL that a colleague created and I would rather use my own connection instead, I can create a connection with MySQL using my credentials and point my import(s) to my connection instead of the shared one.
Note: This feature is only supported with our SQL Connectors. Users can change connections within the same data source so MySQL → MySQL. Changing from MySQL → PostgreSQL is not supported.
(This example will be using MS SQL)
Once a new connection is selected, you will be prompted to confirm the changes by clicking “Change Source”.
Coefficient will confirm the update in the sidebar. 😎 You may need to refresh your import to pull in the latest data.
Note: Make sure that the new connection is linked to a database server that has the same tables, fields, columns, etc. needed for your import to work. If not, your import will break.
What should I consider before using this feature?