Skip to content

Commit

Permalink
Added join table to utils reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nfunke committed Jan 31, 2024
1 parent 647c5f2 commit e7f767f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample_apps/sql/utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upload utility

This utility allows to upload the sample data set using Batch Load
This utility allows to upload the sample data set using Batch Load. It is using the boto3 module. Pleae install if not available already.

For each of the SQL examples this utility will

Expand All @@ -10,5 +10,6 @@ For each of the SQL examples this utility will
3. Create **Batch Load** task for upload

This utility is used in the examples below and each invocation is listed in the examples with parameters:
* [Join tables in Amazon Timestream SQL query](../join_tables)
* [Gap filling with last value](../last_value_fill_forward)

0 comments on commit e7f767f

Please sign in to comment.