Hi all,
In the Capstone Project, part 2, 2.5 run fails (I run it via AWS Glue console, from the VS Terminal I was getting a permission error):
I checked the
modules/extract_job/glue.tf
, there all dates are replaced as was mentioned in the section 2.1 of the Lab. Probably I missed the place where the data should be inserted, but can not see where… Any ideas what goes wrong in this case? Any help is highly appreciated!
Best regards,
Anton.
If I remember correctly from when I did it, that string is placeholder text that you need to replace with something to get the current date. What’s the filepath of where that string appears? (So I can check in my terraform/airflow files I downloaded)
1 Like
Hi @abbasasaria90,
Thank you for your reply. Indeed that was a placeholder I had to replace. After doing that and following the instruction it worked.
Best,
Anton.
Amazing @CalmScout - glad it worked and all the best!