My table's metadata is on Glue, with a description and comments on the columns, as it shows at the picture bellow.
I would like to retrieve these data through Redshift. Is it possible...? Thanks!
Asked
Active
Viewed 411 times
2

Chris
- 89
- 1
- 4
-
1This would be a good feature! (sorry I do not have an answer except that you could process the glue metadata using a script outside of redshift, in that script write it to redshift and/or an s3 folder) – Jon Scott Sep 07 '21 at 17:28
-
=( oh crap, thanks so much, this already gives us a great guideline to how to procceed. We were thinking about creating a table on S3 with all these information, so redshift could access it... – Chris Sep 08 '21 at 01:04