Skip to content

Commit

Permalink
Update CHANGELOG and README for new retention parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsqu authored Jun 27, 2023
1 parent 96b822b commit ed80c40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.3 (2023-06-28)
-------------------

*Changes*
- Allow retention period in days to be optionally set in the config using the `retention` parameter

2.2.2 (2023-04-27)
-------------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Full list of options in `config.json`:
| archive_load_files_s3_bucket | String | | (Default: Value of `s3_bucket`) When `archive_load_files` is enabled, the archived files will be placed in this bucket.
| s3_proxies | Object | No | (Default: None) If not set then http_proxy and https_proxy and other environmental settings will dictate which proxy is used. If this is set then you can specify a proxy for the S3 Upload connection to use, or set to `{}` to force the S3 Uploader to bypass a proxy entirely
| replication_method | String | No | If not set then target-snowflake behaves as normal, with inserts or upserts into an existing table. If this is set to the value `"truncate"` then the target table is truncated before loading commences |
| retention | Integer | No | If not set then target-snowflake creates tables with the default retention period for the database. If the value is set then this is the number of days to indicate in the data_retention_time_in_days parameter. |

### To run tests:

Expand Down

0 comments on commit ed80c40

Please sign in to comment.