mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
Add Doc for Data Catalog api permission (#9676)
This commit is contained in:
parent
5ae011e3f2
commit
03c40d9566
@ -44,25 +44,31 @@ 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
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
<Table>
|
||||
|
||||
| # | GCP Permission | GCP Role | Required For |
|
||||
| :---------- | :---------- | :---------- | :---------- |
|
||||
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 2 | bigquery.tables.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 3 | bigquery.tables.getData | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 4 | bigquery.tables.list | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 5 | resourcemanager.projects.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 6 | bigquery.jobs.create | BigQuery Job User | Metadata Ingestion |
|
||||
| 7 | bigquery.jobs.listAll | BigQuery Job User | Metadata Ingestion |
|
||||
| 8 | datacatalog.taxonomies.get | BigQuery Policy Admin | Fetch Policy Tags |
|
||||
| 9 | datacatalog.taxonomies.list | BigQuery Policy Admin | Fetch Policy Tags |
|
||||
| 10 | bigquery.readsessions.create | BigQuery Admin | Bigquery Usage Workflow |
|
||||
| 11 | bigquery.readsessions.getData | BigQuery Admin | Bigquery Usage Workflow |
|
||||
| # | GCP Permission | GCP Role | Required For |
|
||||
| :--- | :---------------------------- | :-------------------- | :---------------------- |
|
||||
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 2 | bigquery.tables.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 3 | bigquery.tables.getData | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 4 | bigquery.tables.list | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 5 | resourcemanager.projects.get | BigQuery Data Viewer | Metadata Ingestion |
|
||||
| 6 | bigquery.jobs.create | BigQuery Job User | Metadata Ingestion |
|
||||
| 7 | bigquery.jobs.listAll | BigQuery Job User | Metadata Ingestion |
|
||||
| 8 | datacatalog.taxonomies.get | BigQuery Policy Admin | Fetch Policy Tags |
|
||||
| 9 | datacatalog.taxonomies.list | BigQuery Policy Admin | Fetch Policy Tags |
|
||||
| 10 | bigquery.readsessions.create | BigQuery Admin | Bigquery Usage Workflow |
|
||||
| 11 | bigquery.readsessions.getData | BigQuery Admin | Bigquery Usage Workflow |
|
||||
|
||||
</Table>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user