Blazer-007 commented on code in PR #4044: URL: https://github.com/apache/gobblin/pull/4044#discussion_r1874734447
########## 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: in other templates copy.lookbackTime is assigned to ["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), but in templates where this Filebasedsource are used there is no such property so even if we use the recursive property key the value will be empty -- 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