AWS Glue Crawler not creating table

0

Hi I'm creating a table with a crawler but when I run it does it succesfully but when I checked the tables isn't appearing even when in the crawler Table changes from last run appears table created. Help please I have 2 days with that changing the AIM rol permissions

  • Where is not appearing, LF, Glue page, Athena, etc?, how does that relate with "changing AIM role permissions"?

  • Gonzalo I run the crawler but the table doesn't appear in tables and also not appearing in database

  • Gonzalo I run the crawler but the table doesn't appear in tables and also not appearing in database

質問済み 8ヶ月前471ビュー
1回答
1

Check the IAM role associated with the crawler. Most likely you don't have correct permission.

When you create the crawler, if you choose to create an IAM role(the default setting), then it will create a policy for S3 object you specified only. if later you edit the crawler and change the S3 path only. The role associated with the crawler won't have permission to the new S3 path.

Sometimes, deleting old role and edit the crawler to create new one would help too

AWS
回答済み 8ヶ月前
  • I think it worked but now I have this error below but I talked with the admin of the aws services and he did the steps showed: nsufficient Lake Formation permission(s) on archivoscsv (Database name: aws-glue-lalo-test-crawler, Table Name: archivoscsv) (Service: AWSGlue; Status Code: 400; Error Code: AccessDeniedException; Request ID: 8cd54006-a723-4ea8-809a-9c70308f6fe4; Proxy: null). For more information, see Setting up IAM Permissions in the Developer Guide (http://docs.aws.amazon.com/glue/latest/dg/getting-started-access.html).

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ