Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 8db7239

Browse files
Ankush Singhfacebook-github-bot
authored andcommitted
Adding feature flag for partner pc pre-validation (#2253)
Summary: Pull Request resolved: #2253 Adding GK for partner PC pre-validation, which is similar to publisher pre-validation. **What to expect in this diff stack** 1. Adding feature flag for partner pre-validation 2. Adding GK for the feature 3. sitevar changes for the feature flag 4. Integrate feature flag in the pre_validation stage **Why** Adding GK so that partner pre-validation can be turned off from GK if we run into any issue Reviewed By: marksliva Differential Revision: D44544518 fbshipit-source-id: a90a93e5fa23db4baa9a0c949aade0f6797152de
1 parent 4477348 commit 8db7239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fbpcs/private_computation/entity/pcs_feature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class PCSFeature(Enum):
2929
"pid_filter_low_quality_identifier_thresh166"
3030
)
3131
PUBLISHER_PC_PRE_VALIDATION = "publisher_pc_pre_validation"
32+
PARTNER_PC_PRE_VALIDATION = "partner_pc_pre_validation"
3233
PRIVATE_ATTRIBUTION_REFORMATTED_OUTPUT = "private_attribution_reformatted_output"
3334
PRIVATE_COMPUTATION_TRANSLATOR = "private_computation_translator"
3435

0 commit comments

Comments
 (0)