The Itential Adapter Team is here to help! If you experience any problems or can’t figure out how to make a change, don’t hesitate to contact us. We will often communicate through tickets/issues; however, we can also get on consultations with you when needed.
Since most adapters are open sourced, there is information available to the open source community and the public on how to get help from the Adapter Team. This information is located in GitLab under the Itential Open Source Project and the adapter sub-group.
Interacting with Adapters in GitLab. The information here includes making requests for specific adapters as well as information on how to contribute changes back to the adapter.
For help with any adapter changes:
/adapter-home-dir/node_modules/@itentialopensource/adapter-utils/package.json)You may need to upgrade the version of adapter-utils your adapter is using. Generally, the Adapter Team tries to prevent having breaking changes in the adapter-utils; however, if you have gone an extended time between updates, it is possible there could be issues when upgrading.
The process for upgrade adapter-utils:
"@itentialopensource/adapter-utils": "^4.47.0"rm -rf node_modulesrm package-lock.jsonnpm installIf you do not remove the package-lock.json it will most likely reload the version of the adapter-utils that is defined in this file instead of loading the new version.
If you are unable to determine the issue, see the Troubleshooting section for common adapter problems and solutions.