Adding a Connector to Trino
connectors.to.add
property only adds connectors in Trino and should not be used to remove connectors. For example, if you add connector connector1
, save the configuration, and then restart Trino, the connector gets added to Trino. If you later set this property to {}
, the connector1
connector isn't removed from Trino. You must follow the Removing a Connector From Trino .