C2_W1_Lab2

I suspect I’m missing something simple here, but I am stuck in Exercise 2 when attempting to load the items from ProductCatalog and Thread files one by one to the corresponding tables. Here is the error I’m receiving:

Hello @Jason_Molesworth , I reproduced the error by using parameter value instead of parameter name in put_item_db function (‘Dict[str, Any]’ just use ‘item’). You can always look at the solutions, just add this command in the cloud9 terminal:
aws s3 cp --recursive s3://dlai-data-engineering/labs/c2w1lab2-398615-solution/ ./

1 Like

Thanks Georgios - super helpful : )

1 Like