mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-05 00:51:55 +01:00
Compare commits
2 Commits
f673c510b2
...
1cdf1bed40
Author | SHA1 | Date | |
---|---|---|---|
|
1cdf1bed40 | ||
|
0dc2f6837c |
@ -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…
Reference in New Issue
Block a user