awslabs / awslabs/aws-lambda-redshift-loader
Question: multiple tables
Open
- Dominant language
- JavaScript
- Stars
- 595
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
What's the best way to do multiple tables? Say I have two files cats.csv and dogs.csv that need to go into the tables `cats` and `dogs` respectively. Both of these files are located in the same bucket and folder (ex. my_bucket/animals/).
Seems to me the only way is to have each file in a different folder and create a config for each one?
Contributor guide
Assessment
This issue has not been assessed yet.