From c8acf54818c59be1db0da775ce0e5d3642d54cf5 Mon Sep 17 00:00:00 2001 From: Shannon Bradshaw Date: Wed, 19 Jan 2022 16:17:15 +0000 Subject: [PATCH] GitBook: [#86] No subject --- docs/connectors/glue-catalog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/connectors/glue-catalog.md b/docs/connectors/glue-catalog.md index 4b26bcdcb7d..c12cf916aca 100644 --- a/docs/connectors/glue-catalog.md +++ b/docs/connectors/glue-catalog.md @@ -115,7 +115,7 @@ With the AWS CLI installed, to configure your AWS profile run the following comm aws configure ``` -Then, enter the appropriate values at the prompts to complete your profile. Your interaction with the aws configure command should look something like the following. +Then enter the appropriate values at the prompts to complete your profile. Your interaction with the `aws configure` command should look something like the following. ```bash $ aws configure @@ -125,7 +125,7 @@ Default region name [None]: Default output format [None]: ``` -Please enter your accesskey, secretkey, and region when prompted. The OpenMetadata Glue Catalog connector will use the credentials from your AWS profile to connect to the right endpoint and authenticate for metadata ingestion. +Please enter your access key, secret key, and region when prompted. The OpenMetadata Glue Catalog connector will use the credentials from your AWS profile to connect to the right endpoint and authenticate for metadata ingestion. #### 3c. Test access to your Glue catalog @@ -135,7 +135,7 @@ Run the following command to ensure your AWS credentials and region are configur aws glue list-schemas ``` -In response you will either see a formatted list of schemas defined in your Glue catalog or receive a message indicating that no schemas are defined in your catalog. +In response you will either see a formatted list of schemas defined in your Glue catalog or receive a message indicating that no schemas are defined. ### **4. Create a configuration file using template JSON**