From 6cd6a4402108de2c1915d0743e9bb3317de8c1b1 Mon Sep 17 00:00:00 2001 From: Christopher Sharkey Date: Wed, 9 Oct 2024 10:12:00 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2540c62..1b82961 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,9 @@ This will create a table in Glue Data Catalog named *iceberg* quick_setup -We can now run Glue job *1 Register Table* to register the *iceberg* with a new Glue data catalog database *icebergregister*. We cam also rename the table from *sampledataicebergtable* to *registersampledataicebergtable* in process. +## Update and run the Glue job to register the Iceberg table -Look at the code in the *1 Register Table* to better understand how it works +Open the [Glue Console](https://us-east-1.console.aws.amazon.com/gluestudio/home). Select the ETL jobs section and click on edit -``` -``` -