Creating a SharePoint connection in AWS Glue Studio
- Last Updated: December 22, 2020
- 2 minute read
After you purchase and activate the connector, you can proceed with creating a SharePoint connection in AWS Glue Studio.
Take the following steps to create a SharePoint connection in AWS Glue Studio.
- Sign in to the AWS Glue Console.
- Click AWS Glue Studio
- Click Connectors from the left-hand navigation menu. from the left-hand navigation menu.
- Under Your connectors, select the SharePoint connector.
- Click Create connection to open the Create connection page.
- Enter a name and description for your connection.
-
In Connection access,
select a JDBC URL format for your connection. oauth_refresh_token_grant is currently the only supported
format.
Step result:
The JDBC URL template pane populates with the oauth_refresh_token_grant template.
jdbc:ddcloud:sharepoint:ServiceUrl=${ServiceUrl};ClientId=${ClientId}; TokenUri=${TokenUri};ClientSecret=${ClientSecret};RefreshToken=${RefreshToken} -
Under Data source
credentials, select Use a
secret. Then, from the Secret drop-down menu, select the name of the secret used to
store credential information in AWS Secrets Manager.
Note: For details, see Storing your credentials in AWS Secrets Manager.
-
Under Additional URL parameters, provide additional
key-value pairs to be used in the JDBC URL.
See the following topics for additional information on supported properties.
Step result:
The JDBC URL result pane will populate with the key-value pairs you have specified.
-
Click Create connection
to create a connection to your SharePoint data source.
Note: Network options do not apply when connecting to SaaS data sources.
Results:
Once the connection is created, the Connector page appears, showing both the available connectors and your connections. A green informational banner at the top lists the name of the recently created connection.
What to do next:
See Creating and running an ETL job in AWS Glue descriptions.