AWS Glue Crawler Not Creating Table

前端 未结 6 1312
醉酒成梦
醉酒成梦 2021-02-18 13:00

I have a crawler I created in AWS Glue that does not create a table in the Data Catalog after it successfully completes.

The crawler takes roughly 20 seconds to run and

6条回答
  •  悲哀的现实
    2021-02-18 13:45

    I had the same issue, as advised by others I tried to revise the existing IAM role, to include the new S3 bucket as the resource, but for some reason it did not work. Then I created a completely new role from scratch... this time it worked. Also, one big question I have for AWS is "why this access denied error due to a wrong attached IAM policy does not show up in Cloud watch log??" That makes it difficult to debug.

提交回复
热议问题