This commit is contained in:
edmundpf 2023-07-17 21:42:53 -05:00 committed by GitHub
commit f673c510b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,7 @@ object ExternalDataSources {
DAL DAL
.readMostRecentSnapshotNoOlderThan( .readMostRecentSnapshotNoOlderThan(
UserInterestRelationSnapshotScalaDataset, UserInterestRelationSnapshotScalaDataset,
Days(7)).withRemoteReadPolicy(ExplicitLocation(ProcAtla)).toTypedPipe.collect { Days(14)).withRemoteReadPolicy(ExplicitLocation(ProcAtla)).toTypedPipe.collect {
case userInterestsRelationSnapshot: UserInterestsRelationSnapshot case userInterestsRelationSnapshot: UserInterestsRelationSnapshot
if userInterestsRelationSnapshot.interestType == "UTT" && if userInterestsRelationSnapshot.interestType == "UTT" &&
userInterestsRelationSnapshot.relation == InterestRelationType.NotInterested => userInterestsRelationSnapshot.relation == InterestRelationType.NotInterested =>