Blazer-007 commented on code in PR #4044: URL: https://github.com/apache/gobblin/pull/4044#discussion_r1740154470
########## gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java: ########## @@ -347,6 +347,11 @@ public class ConfigurationKeys { */ public static final String WATERMARK_INTERVAL_VALUE_KEY = "watermark.interval.value"; + /** + * DEFAULT LOOKBACK TIME KEY property + */ + public static final String DEFAULT_COPY_LOOKBACK_TIME_KEY = "copy.lookbackTime"; Review Comment: The property is ["gobblin.copy.recursive.lookback.time"](https://github.com/apache/gobblin/blob/master/gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/TimeAwareRecursiveCopyableDataset.java#L48), isn't it will be confusing to use other DatasetFinder config in other finder class ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org