-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move fields to the hidden pii config
Data and Insights have informed us that BigQuery is now allowed to handle storing PII. This commit moves the requested fields from the block list to the hidden_pii analytics config to allow them to be synced over.
- Loading branch information
Showing
4 changed files
with
64 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
--- | ||
shared: {} | ||
:shared: | ||
:claims: | ||
- onelogin_uid | ||
:levelling_up_premium_payments_eligibilities: | ||
- teacher_reference_number | ||
:early_career_payments_eligibilities: | ||
- teacher_reference_number | ||
:student_loans_eligibilities: | ||
- teacher_reference_number | ||
:further_education_payments_eligibilities: | ||
- teacher_reference_number | ||
:school_workforce_censuses: | ||
- id | ||
- teacher_reference_number | ||
- school_urn | ||
- totfte | ||
- contract_agreement_type | ||
- subject_description_sfr | ||
- general_subject_code | ||
- hours_taught | ||
- created_at | ||
- updated_at | ||
:teachers_pensions_service: | ||
- id | ||
- teacher_reference_number | ||
- start_date | ||
- end_date | ||
- la_urn | ||
- school_urn | ||
- employer_id | ||
- nino | ||
- created_at | ||
- updated_at | ||
- gender_digit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters