Lab: Data Loading into Redshift
Load with COPY command
- Create 8 Tables based on TPCH data model in Redshift (DDL)
- Load data into these tables from S3 bucket using COPY command (DML)
- See the effect of different VACUUM commands
Load using Python
- Connect to Redshift and Read data using Psycopg2 library
- Taxi Data Process and Save to Redshift using AWS Wrangler library