diff --git a/openmetadata-docs/content/connectors/database/bigquery/index.md b/openmetadata-docs/content/connectors/database/bigquery/index.md
index 7a49446e65c..b052448ab35 100644
--- a/openmetadata-docs/content/connectors/database/bigquery/index.md
+++ b/openmetadata-docs/content/connectors/database/bigquery/index.md
@@ -44,25 +44,31 @@ To deploy OpenMetadata, check the Deployment 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.
+
Data Catalog API Permissions
+
+- Go to https://console.cloud.google.com/apis/library/datacatalog.googleapis.com
+- 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.
+
GCP Permissions
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
-| # | 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 |