diff --git a/airbyte-commons-temporal/src/main/java/io/airbyte/commons/temporal/TemporalUtils.java b/airbyte-commons-temporal/src/main/java/io/airbyte/commons/temporal/TemporalUtils.java index 2d4f3dbbf1b..dd7851c3248 100644 --- a/airbyte-commons-temporal/src/main/java/io/airbyte/commons/temporal/TemporalUtils.java +++ b/airbyte-commons-temporal/src/main/java/io/airbyte/commons/temporal/TemporalUtils.java @@ -81,7 +81,7 @@ public TemporalUtils(@Property(name = "temporal.cloud.client.cert") final String @Value("${temporal.cloud.host}") final String temporalCloudHost, @Value("${temporal.cloud.namespace}") final String temporalCloudNamespace, @Value("${temporal.host}") final String temporalHost, - @Property(name = "${temporal.retention}", + @Property(name = "temporal.retention", defaultValue = "30") final Integer temporalRetentionInDays) { this.temporalCloudClientCert = temporalCloudClientCert; this.temporalCloudClientKey = temporalCloudClientKey;