Rename Glue Tables using AWS Data Wrangler
I had a use case of renaming over 50 tables, adding “prod_” prefix to the existing Glue tables. AWS Athena does not support native Hive DDL “ALTER TABLE table_name RENAME TO” command. So one of the option was to – “Generate Create Table DDL” in AWS Athena. Modify the table name. Execute the DDL. Preview the […]