Hi, Is it possible to name a connection to make it easier to see which tables are being transferred or is this a case where I am creating too many connections? I'm pulling some moderately large datasets so I have tended to create a connection for each stream under the assumption that if I have problems with one stream it's not going to stop others from processing - should I instead be putting all streams in the same connection?
I'm currently using the docker instances to test out the system where I the UI version is displayed as 0.35.53-alpha so this may be functionality that is in a later version. Thanks