We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89adfcb commit aa2a3d2Copy full SHA for aa2a3d2
test_infra/stacks/databases_stack.py
@@ -384,7 +384,7 @@ def _setup_mysql(self) -> None:
384
"aws-data-wrangler-aurora-cluster-mysql",
385
removal_policy=RemovalPolicy.DESTROY,
386
engine=rds.DatabaseClusterEngine.aurora_mysql(
387
- version=rds.AuroraMysqlEngineVersion.VER_5_7_12,
+ version=rds.AuroraMysqlEngineVersion.VER_2_10_2,
388
),
389
cluster_identifier="mysql-cluster-wrangler",
390
instances=1,
0 commit comments