diff --git a/code_thingies/database/README.md b/code_thingies/database/README.md index 823e65d..caa1af1 100644 --- a/code_thingies/database/README.md +++ b/code_thingies/database/README.md @@ -48,7 +48,7 @@ CREATE TABLE raw_hosts ( ``` -After, you will have to download some CSV files with the data to populate the database. The AWS CLI commands below will do that: +After, you will have to download some CSV files with the data to populate the database. The AWS CLI commands below will download them for you: ```bash aws s3 cp s3://dbtlearn/listings.csv listings.csv @@ -56,6 +56,8 @@ aws s3 cp s3://dbtlearn/reviews.csv reviews.csv aws s3 cp s3://dbtlearn/hosts.csv hosts.csv ``` +How to put the data into the databases is up to you. I've done it successfully using the import functionality of DBeaver. + # Introduction and Environment Setup ## Snowflake user creation