mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-20 07:51:15 +01:00
Merge 0dc2f6837c1e6fd2be4c0ac8227f4e03c5e1fefc into 72eda9a24f815f6d566818cbf8518138e29d83e9
This commit is contained in:
commit
f673c510b2
@ -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 =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user