2022-08-22 16:47:43 +02:00
|
|
|
---
|
|
|
|
title: Datalake Connector Troubleshooting
|
2022-10-05 21:54:02 -07:00
|
|
|
slug: /connectors/database/datalake/troubleshooting
|
2022-08-22 16:47:43 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Troubleshooting
|
|
|
|
|
|
|
|
Learn how to resolve the most common problems people encounter in the Datalake connector.
|
|
|
|
|
|
|
|
* ** 'Access Denied' error when reading from S3 bucket **
|
|
|
|
|
2022-10-05 21:54:02 -07:00
|
|
|
Please, ensure you have a Bucket Policy with the permissions explained in the requirement section [here](/connectors/database/datalake).
|
2022-08-22 16:47:43 +02:00
|
|
|
|
2022-12-17 16:22:03 +05:30
|
|
|
|
|
|
|
#### ** 'Azure Datalake' ** credentials details
|
|
|
|
|
|
|
|
##### Where can I find 'Client Secret' from.
|
|
|
|
|
|
|
|
- Login to `Azure Portal`
|
|
|
|
- Find and click on your application
|
|
|
|
- Select `Certificates & Secret` under `Manage` Section
|
|
|
|
|
|
|
|
<div className="w-100 flex justify-center">
|
|
|
|
<Image
|
|
|
|
src="/images/openmetadata/connectors/datalake/troubleshoot-clientId.png"
|
|
|
|
alt="Configure service connection"
|
|
|
|
caption="Find Client ID"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|