
Arthur Leach
I had to drop this for a while but have now come back to it. I cannot get Glue to create a table from openaq-fetches/realtime/2018-10-9. It runs the crawler but no table is created. The Glue console creates the role just like in the lesson the policy is;
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::openaq-fetches/realtime/2018-10-9/*"
]
}
]
}
Take no notice of the lack of indentations its just the windows cut and paste. Maybe i am going crazy but I cannot see why it fails to create a table. No error messages appear.
1 Answers

Arthur Leach
I fixed it – missed out the 0 on 09. Could not see it for the life of me:)