Exception when creating Sharepoint source

Summary

Error message ‘That secret was not found in the store!’ is encountered when trying to create a Sharepoint source.


Question

Hi All, I’m getting this exception when trying to create a Sharepoint source: Internal message: io.airbyte.workload.launcher.pipeline.stages.model.StageError: java.lang.RuntimeException: That secret was not found in the store! Coordinate: airbyte_workspace_00000000-0000-0000-0000-000000000000_secret_dc1a2608-d47b-4f9c-99c6-014e36a22bbc_v1



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["sharepoint-source", "exception", "secret-not-found", "airbyte-workspace"]

other connection were working as they were picking secrets from DB and this new source was giving issue due to accessing secrets from AWS secrets manager

but we resolve this issue with changing secrets storage to DB in place of AWS Secrets manager

now the problem we are facing is after successfully test source, trying to fetch data from share point but its only giving us metadata of all the files present on Sharepoint but not actual data from specific stream.

also does Sharepoint source has support for Sharepoint list as stream… ?