Skip to content

Commit

Permalink
Merge pull request #167 from DFE-Digital/remove-analytics-pii
Browse files Browse the repository at this point in the history
remove analytics_pii from generator and READme
  • Loading branch information
goodviber authored Nov 5, 2024
2 parents f35e22b + 3bbfcd5 commit 3c5cba2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ The `dfe:analytics:install` generator will also initialize some empty config fil
| Filename | Purpose |
|---------------------------------------|--------------------------------------------------------------------------------------------------------------------|
| `config/analytics.yml` | List all fields we will send to BigQuery |
| `config/analytics_pii.yml` | List all fields we will obfuscate before sending to BigQuery. This should be a subset of fields in `analytics.yml` |
| `config/analytics_hidden_pii.yml` | List all fields we will send separately to BigQuery where they will be hidden. This should be a subset of fields in `analytics.yml` |
| `config/analytics_blocklist.yml` | Autogenerated file to list all fields we will NOT send to BigQuery, to support the `analytics:check` task |
| `config/analytics_custom_events.yml` | Optional file including list of all custom event names |
Expand Down
1 change: 0 additions & 1 deletion lib/generators/dfe/analytics/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def install
FILE

create_file 'config/analytics.yml', { 'shared' => {} }.to_yaml
create_file 'config/analytics_pii.yml', { 'shared' => {} }.to_yaml
create_file 'config/analytics_hidden_pii.yml', { 'shared' => {} }.to_yaml
create_file 'config/analytics_blocklist.yml', { 'shared' => {} }.to_yaml
end
Expand Down

0 comments on commit 3c5cba2

Please sign in to comment.