Skip to content

Commit

Permalink
change_read
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Mar 22, 2024
1 parent 4ca5407 commit 0b2e982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/python/unload_batchload_automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Check the following guide to learn more: [Limits for UNLOAD from Timestream for
### Examples

Example to unload the Timestream table *myTable* in the database *sourcedb* to the folder *unload* in the *timestream-unload-sourcedb-mytable* S3 bucket.
Also, it applies an S3 bucket policy to allow the IAM Role *BatchLoadRole* of account *123456789123* to allow the copy.
Also, it applies an S3 bucket policy to allow the IAM Role *BatchLoadRole* of account *123456789123* to allow the copy. Does day level partitions.
```bash
python3 unload.py -region eu-west-1 -s3_uri s3://timestream-unload-sourcedb-mytable/unload -database sourcedb -table myTable -iam_role_bucket_policy arn:aws:iam::123456789123:role/BatchLoadRole
python3 unload.py -region eu-west-1 -s3_uri s3://timestream-unload-sourcedb-mytable/unload -database sourcedb -table myTable -iam_role_bucket_policy arn:aws:iam::123456789123:role/BatchLoadRole -p day
```

## Getting started with BATCH LOAD
Expand Down

0 comments on commit 0b2e982

Please sign in to comment.