Erwan Simon
Erwan Simon
### Feature or Bugfix - Bugfix ### Detail - Athena: fixed write_iceberg which could fire a ICEBERG_TOO_MANY_OPEN_PARTITIONS Athena error ### Relates - None ### Details This is not really a...
fix(athena): fixed write_iceberg which could fire a ICEBERG_TOO_MANY_OPEN_PARTITIONS Athena error
Feature or Bugfix Bugfix Detail Athena: fixed write_iceberg which could fire a ICEBERG_TOO_MANY_OPEN_PARTITIONS Athena error Relates None Details This is not really a bugfix given that this is a problem...
### Terraform Version ```shell 1.9.8 (and all before, at least from v1.5.7) ``` ### Terraform Configuration Files ```terraform module "module_one" { source = "git::https://github.com/repo-name?ref=vX.Y.Z" } module "module_two" { source =...