I see Hive to hive data movement has a look back configuration in Gobblin where we can specify from which dates of the partitions we want to copy using
gobblin.data.management.copy.hive.filter.LookbackPartitionFilterGenerator
Is there a similar look back configuration for HDFS to GCS (Google cloud storage) data copy in Gobblin that can copy files only after a particular partition date?
I have my files in HDFS which are partitioned by dates.