I am looking for a way to change the server to which my SQLCreators and FeatureWriters are pointed to based on a parameter. I am not seeing a clear way to do this in FME. It is my understanding that in FME, we can use Python to dynamically set parameters or update transformers.
What is the preferred way to do this? Can I update the Server property of a Database connection? Or should I change the connection property of the writers and creators?