🔌Setting up a Sharepoint connector
Configuring a Sharepoint connection¶
Name (mandatory)
String
Use it to identify your connection
Client ID (mandatory)
String
corresponds to “Application (client) ID” in Azure
Client Secret (mandatory)
String
corresponds to the secret displayed after having added a new secret in Azure
Scope (mandatory)
String
The scope determines what type of access the app is granted when the user is signed in it can be set as “offline_access Sites.Read.All”
Tenant (mandatory)
String
The tenant determines what part of your organisation you want to signed in corresponds to “Directory (tenant) ID” in Azure
Retry Policy (optional)
Boolean
Boolean allows to configure a retry policy if the connection is flaky.
max attempts: maximum number of retries before giving up
max_delay: in seconds, above the connection is dropped
wait_time: time in seconds between each retry
Slow Queries' Cache Expiration Time (optional)
Integer
Slow queries' cache expiration time in seconds
Create a dataset from a Sharepoint connection
Fields description :
DOMAIN
: domain name of the dataset. SITE URL
: URL of the sharepoint. DOCUMENT LIBRARY
: library. FILE
: file path. SHEET
: sheet name in the file.
Misc
Error handling
When you get an error while configuring the connection, it might be a misleading information (fix in progress), try to move to the next step anyway. Click on Close, and then click on Save
.

You might be redirected to Microsoft in order to authorize access. Accept the authorization:

Last updated
Was this helpful?