diff --git a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/airflow.md b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/airflow.md index b0774e0cd0c..8a101fc1013 100644 --- a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/airflow.md +++ b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/airflow.md @@ -75,13 +75,21 @@ To execute metadata extraction and usage workflow successfully the user or the s | 5 | resourcemanager.projects.get | Metadata Ingestion | | 6 | bigquery.jobs.create | Metadata Ingestion | | 7 | bigquery.jobs.listAll | Metadata Ingestion | -| 8 | datacatalog.taxonomies.get | Fetch Policy Tags | -| 9 | datacatalog.taxonomies.list | Fetch Policy Tags | -| 10 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | -| 11 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | +| 8 | bigquery.routines.get | Stored Procedure | +| 9 | bigquery.routines.list | Stored Procedure | +| 10 | datacatalog.taxonomies.get | Fetch Policy Tags | +| 11 | datacatalog.taxonomies.list | Fetch Policy Tags | +| 12 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | +| 13 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | {% /multiTablesWrapper %} +{% note %} +If the user has `External Tables`, please attach relevant permissions needed for external tables, alongwith the above list of permissions. +{% /note %} + + + {% tilesContainer %} {% tile icon="manage_accounts" diff --git a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/cli.md b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/cli.md index 735cf190975..a51a41779fd 100644 --- a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/cli.md +++ b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/cli.md @@ -75,13 +75,19 @@ To execute metadata extraction and usage workflow successfully the user or the s | 5 | resourcemanager.projects.get | Metadata Ingestion | | 6 | bigquery.jobs.create | Metadata Ingestion | | 7 | bigquery.jobs.listAll | Metadata Ingestion | -| 8 | datacatalog.taxonomies.get | Fetch Policy Tags | -| 9 | datacatalog.taxonomies.list | Fetch Policy Tags | -| 10 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | -| 11 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | +| 8 | bigquery.routines.get | Stored Procedure | +| 9 | bigquery.routines.list | Stored Procedure | +| 10 | datacatalog.taxonomies.get | Fetch Policy Tags | +| 11 | datacatalog.taxonomies.list | Fetch Policy Tags | +| 12 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | +| 13 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | {% /multiTablesWrapper %} +{% note %} +If the user has `External Tables`, please attach relevant permissions needed for external tables, alongwith the above list of permissions. +{% /note %} + {% tilesContainer %} {% tile icon="manage_accounts" diff --git a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/index.md b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/index.md index ab7a2dcc1a7..d9f18557161 100644 --- a/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/index.md +++ b/openmetadata-docs/content/v1.0.x/connectors/database/bigquery/index.md @@ -87,13 +87,20 @@ To execute metadata extraction and usage workflow successfully the user or the s | 5 | resourcemanager.projects.get | Metadata Ingestion | | 6 | bigquery.jobs.create | Metadata Ingestion | | 7 | bigquery.jobs.listAll | Metadata Ingestion | -| 8 | datacatalog.taxonomies.get | Fetch Policy Tags | -| 9 | datacatalog.taxonomies.list | Fetch Policy Tags | -| 10 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | -| 11 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | +| 8 | bigquery.routines.get | Stored Procedure | +| 9 | bigquery.routines.list | Stored Procedure | +| 10 | datacatalog.taxonomies.get | Fetch Policy Tags | +| 11 | datacatalog.taxonomies.list | Fetch Policy Tags | +| 12 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | +| 13 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | {% /multiTablesWrapper %} +{% note %} +If the user has `External Tables`, please attach relevant permissions needed for external tables, alongwith the above list of permissions. +{% /note %} + + {% tilesContainer %} {% tile icon="manage_accounts" diff --git a/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/index.md b/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/index.md index 1ada65d4d3b..48e25043420 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/index.md +++ b/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/index.md @@ -68,13 +68,19 @@ To execute metadata extraction and usage workflow successfully the user or the s | 5 | resourcemanager.projects.get | Metadata Ingestion | | 6 | bigquery.jobs.create | Metadata Ingestion | | 7 | bigquery.jobs.listAll | Metadata Ingestion | -| 8 | datacatalog.taxonomies.get | Fetch Policy Tags | -| 9 | datacatalog.taxonomies.list | Fetch Policy Tags | -| 10 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | -| 11 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | +| 8 | bigquery.routines.get | Stored Procedure | +| 9 | bigquery.routines.list | Stored Procedure | +| 10 | datacatalog.taxonomies.get | Fetch Policy Tags | +| 11 | datacatalog.taxonomies.list | Fetch Policy Tags | +| 12 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | +| 13 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | {% /multiTablesWrapper %} +{% note %} +If the user has `External Tables`, please attach relevant permissions needed for external tables, alongwith the above list of permissions. +{% /note %} + {% tilesContainer %} {% tile icon="manage_accounts" diff --git a/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/yaml.md b/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/yaml.md index f005866e0c3..26b405a55df 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/yaml.md +++ b/openmetadata-docs/content/v1.2.x/connectors/database/bigquery/yaml.md @@ -76,13 +76,19 @@ To execute metadata extraction and usage workflow successfully the user or the s | 5 | resourcemanager.projects.get | Metadata Ingestion | | 6 | bigquery.jobs.create | Metadata Ingestion | | 7 | bigquery.jobs.listAll | Metadata Ingestion | -| 8 | datacatalog.taxonomies.get | Fetch Policy Tags | -| 9 | datacatalog.taxonomies.list | Fetch Policy Tags | -| 10 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | -| 11 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | +| 8 | bigquery.routines.get | Stored Procedure | +| 9 | bigquery.routines.list | Stored Procedure | +| 10 | datacatalog.taxonomies.get | Fetch Policy Tags | +| 11 | datacatalog.taxonomies.list | Fetch Policy Tags | +| 12 | bigquery.readsessions.create | Bigquery Usage & Lineage Workflow | +| 13 | bigquery.readsessions.getData | Bigquery Usage & Lineage Workflow | {% /multiTablesWrapper %} +{% note %} +If the user has `External Tables`, please attach relevant permissions needed for external tables, alongwith the above list of permissions. +{% /note %} + {% tilesContainer %} {% tile icon="manage_accounts"