mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-05 21:13:14 +00:00
Add Doc for Data Catalog api permission (#9676)
This commit is contained in:
parent
5ae011e3f2
commit
03c40d9566
@ -44,6 +44,12 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> guides.
|
|||||||
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
||||||
custom Airflow plugins to handle the workflow deployment.
|
custom Airflow plugins to handle the workflow deployment.
|
||||||
|
|
||||||
|
<h4>Data Catalog API Permissions</h4>
|
||||||
|
|
||||||
|
- Go to <a href="https://console.cloud.google.com/apis/library/datacatalog.googleapis.com">https://console.cloud.google.com/apis/library/datacatalog.googleapis.com</a>
|
||||||
|
- Select the `GCP Project ID` that you want to enable the `Data Catalog API` on.
|
||||||
|
- Click on `Enable API` which will enable the data catalog api on the respective project.
|
||||||
|
|
||||||
<h4>GCP Permissions</h4>
|
<h4>GCP Permissions</h4>
|
||||||
|
|
||||||
<p> To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions </p>
|
<p> To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions </p>
|
||||||
@ -51,7 +57,7 @@ custom Airflow plugins to handle the workflow deployment.
|
|||||||
<Table>
|
<Table>
|
||||||
|
|
||||||
| # | GCP Permission | GCP Role | Required For |
|
| # | GCP Permission | GCP Role | Required For |
|
||||||
| :---------- | :---------- | :---------- | :---------- |
|
| :--- | :---------------------------- | :-------------------- | :---------------------- |
|
||||||
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
|
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||||
| 2 | bigquery.tables.get | BigQuery Data Viewer | Metadata Ingestion |
|
| 2 | bigquery.tables.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||||
| 3 | bigquery.tables.getData | BigQuery Data Viewer | Metadata Ingestion |
|
| 3 | bigquery.tables.getData | BigQuery Data Viewer | Metadata Ingestion |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user