When creating a post, please add:
- Module: Module 2
- Link to the classroom item you are referring to: https://www.coursera.org/learn/data-storage-and-queries/gradedLti/enUe5/graded-programming-assignment-2-building-a-data-lakehouse-with-aws-lake
- Description:
Tried to do alter table part, but for some reason getting NA values for ratingtimestamp, this time made more screenshots to see what could have been an issue. All jobs run successfully, but couldn’t see the new col after iceberg job completed. Also snapshot version showed only 1 version for me (I guess should be 2 after update).
Note I set hardcoded values for col name and type, as glue job gave me key error if not set, its a bit confusing because it looks like it should come from args, but couldn’t find in terraform script where they are set.
btw, debugging glue is a pain, especially not having permissions to see logs, only small error message in the glue UI. Might be there is a cli call that could be used but didn’t check.