You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Both policies are needed if Waggle Dance uses Glue as the primary metastore. LakeFormation policies are also needed but outside the scope of this library.
11
+
6
12
## [4.7.0] - 2025-10-08
7
13
### Added
8
14
- Added `primary_metastore_read_only_glue_account_id` and `primary_metastore_read_only_glue_endpoint` to support waggledance traffic control to glue for reads.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ For more information please refer to the main [Apiary](https://github.com/Expedi
75
75
| include_datadog_agent | Whether to include the datadog-agent container alongside Waggledance. | string | bool | no |
76
76
| metrics_port | The port on which the WaggleDance application initiates. Additionally, it serves as the port from which we parse metrics. | string |`18000`| yes |
77
77
| extended_server_config | Extended waggle-dance-server.yml configuration for Waggle Dance (see [Waggle Dance README](https://github.com/ExpediaGroup/waggle-dance/blob/main/README.md) for all options). String will be [yamlencoded](https://developer.hashicorp.com/terraform/language/functions/yamlencode). | string || no |
78
+
| s3_glue_tables_bucket | S3 Bucket pattern where Hive tables will be created. Glue and Waggledance need this to create the glue table pointers to the S3 location. | string |`my-bucket-*`| no |
0 commit comments