SQ-1301: Configuration Not Saved By Init
Description
This error occurs when the configuration is not saved by the initialize
method of a connector does not call saveConfig()
. If the configuration was loaded then it will be automatically saved after the initialize method completed. This generally only affects third party or early access connectors. You can see the vendor of the connector on the datasource administration page under the datasource card:
Possible Causes and Troubleshooting Steps
Connector Issues
Connector Version: Ensure that you have the latest version of the connector available.
Connector: If you are on the latest version of the connector, please contact the connector vendor to ensure
saveConfig
is being called in theinitialize
method.