mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-08 01:31:55 +00:00

Co-authored-by: Jonny Dixon <jonny.dixon@acryl.io> Co-authored-by: Jonny Dixon <45681293+acrylJonny@users.noreply.github.com> Co-authored-by: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com>
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
### Setup
|
|
|
|
This integration pulls metadata directly from the Dremio APIs.
|
|
|
|
You'll need to have a Dremio instance up and running with access to the necessary datasets, and API access should be enabled with a valid token.
|
|
|
|
The API token should have the necessary permissions to **read metadata** and **retrieve lineage**.
|
|
|
|
#### Steps to Get the Required Information
|
|
|
|
1. **Generate an API Token**:
|
|
|
|
- Log in to your Dremio instance.
|
|
- Navigate to your user profile in the top-right corner.
|
|
- Select **Generate API Token** to create an API token for programmatic access.
|
|
|
|
2. **Permissions**:
|
|
|
|
- The token should have **read-only** or **admin** permissions that allow it to:
|
|
- View all datasets (physical and virtual).
|
|
- Access all spaces, folders, and sources.
|
|
- Retrieve dataset and column-level lineage information.
|
|
|
|
3. **Verify External Data Source Permissions**:
|
|
- If Dremio is connected to external data sources (e.g., AWS S3, relational databases), ensure that Dremio has access to the credentials required for querying those sources.
|