With the new changes merged to main, the mount method now accepts a mutable reference to self, allowing to save this information during mounting, and simply reuse it here. Update to avoid the duplicate call to load_plugin_env. Also applies to load_mongo_connector.
With the new changes merged to main, the mount method now accepts a mutable reference to self, allowing to save this information during mounting, and simply reuse it here. Update to avoid the duplicate call to
load_plugin_env
. Also applies toload_mongo_connector
.