From 9e6a91d349b5e2f20d745650e295533c0b6dbdcc Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:11:11 +0530 Subject: [PATCH] Glue Req Docs (#10049) --- openmetadata-docs/content/connectors/database/glue/airflow.md | 2 ++ openmetadata-docs/content/connectors/database/glue/cli.md | 2 ++ openmetadata-docs/content/connectors/database/glue/index.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/openmetadata-docs/content/connectors/database/glue/airflow.md b/openmetadata-docs/content/connectors/database/glue/airflow.md index 081c4feeb6c..85e2553aa2e 100644 --- a/openmetadata-docs/content/connectors/database/glue/airflow.md +++ b/openmetadata-docs/content/connectors/database/glue/airflow.md @@ -36,6 +36,8 @@ 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. +User must have `glue:GetDatabases` and `glue:GetTables` permissions to ingest the basic metadata. + ### Python Requirements To run the Glue ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/database/glue/cli.md b/openmetadata-docs/content/connectors/database/glue/cli.md index d41823071a5..f8d1f0415cb 100644 --- a/openmetadata-docs/content/connectors/database/glue/cli.md +++ b/openmetadata-docs/content/connectors/database/glue/cli.md @@ -36,6 +36,8 @@ 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. +User must have `glue:GetDatabases` and `glue:GetTables` permissions to ingest the basic metadata. + ### Python Requirements To run the Glue ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/database/glue/index.md b/openmetadata-docs/content/connectors/database/glue/index.md index 7566d3251a2..be3842dcd38 100644 --- a/openmetadata-docs/content/connectors/database/glue/index.md +++ b/openmetadata-docs/content/connectors/database/glue/index.md @@ -56,6 +56,8 @@ 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. +User must have `glue:GetDatabases` and `glue:GetTables` permissions to ingest the basic metadata. + ## Metadata Ingestion ### 1. Visit the Services Page