Skip to content
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

Remove unnecessary Big Query environment variable #7356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ddippolito
Copy link
Contributor

Changes in this PR:

The infrastructure team is enabling federated authentication for big query and came across some inconsistency in environment variables. We are using BIG_QUERY_DATASET and BIGQUERY_DATASET.

After some investigation, it seems the former was set up originally when we started sending data to Big Query with custom events. Later we started using the latter when we introduced dfe-analytics without ever deleting or migrating the environment variable.

Old environment variable
https://github.com/DFE-Digital/teaching-vacancies/blob/main/config/application.rb#L127

New environment variable (also present in AWS parameter store)
https://github.com/DFE-Digital/teaching-vacancies/blob/main/config/initializers/dfe_analytics.rb#L24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants