-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[hma] Implement Bank & content-level disable #1682
Comments
Hey @Dcallies I wanna make sure I'm understanding the concept of I see |
Hey @aryzle , good question, and I note that we didn't add documentation to any of these classes to help answer it in the code itself, which is where I'd prefer the answer to live!
Matching only takes place on signals - during the lookup operation, we find matching signals and return ids corresponding to the BankContent, which further resolve to the banks themselves which then essentially returns the classification labels.
Nope, we only need to the ability to disable
|
ThreatExchange/hasher-matcher-actioner/src/OpenMediaMatch/storage/postgres/database.py
Line 89 in 148d8cc
ThreatExchange/hasher-matcher-actioner/src/OpenMediaMatch/storage/postgres/database.py
Line 140 in 148d8cc
Both Bank and BankContent have database fields to allow them to be disabled. However, those fields are possibly not settable, nor read today. Banks can be ramped up fractionally, and BankContent can be set to disable for a time.
This is a multi-stage feature issue, here are roughly the stages:
The text was updated successfully, but these errors were encountered: