I have two databases on my Glue Catalog, however when I run the command
$ aws glue get-databases
{ "DatabaseList": [] }
I get an empty list. How can I make it return the ones that exist?
The issue was that my aws cli was configured on a different region than the one I was working on.
To change it I just edited ~/.aws/config to the correct one.
1.4m articles
1.4m replys
5 comments
57.0k users