Skip to content

Commit

Permalink
aws_glue_catalog_table_optimizer: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Dec 6, 2024
1 parent 2671a66 commit 7c5e4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/glue_catalog_table_optimizer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "aws_glue_catalog_table_optimizer" "example" {
iceberg_configuration {
snapshot_retention_period_in_days = 7
number_of_snapshots_to_retain = 3
clean_expired_files = true
clean_expired_files = true
}
}
Expand Down Expand Up @@ -100,8 +100,8 @@ The following arguments are required:
### Orphan File Deletion Configuration

* `iceberg_configuration` (Optional) - The configuration for an Iceberg orphan file deletion optimizer.
* `orphan_file_retention_period_in_days` (Optional) - The number of days that orphan files should be retained before file deletion. Defaults to `3`.
* `location` (Optional) - Specifies a directory in which to look for files. You may choose a sub-directory rather than the top-level table location. Defaults to the table's location.
* `orphan_file_retention_period_in_days` (Optional) - The number of days that orphan files should be retained before file deletion. Defaults to `3`.
* `location` (Optional) - Specifies a directory in which to look for files. You may choose a sub-directory rather than the top-level table location. Defaults to the table's location.

### Retention Configuration

Expand Down

0 comments on commit 7c5e4f2

Please sign in to comment.