-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enable big query config in aks service #4299
Conversation
Quality Gate passedIssues Measures |
f8883ab
to
82c47ec
Compare
82c47ec
to
cb53f0c
Compare
1844bc8
to
4ee7f98
Compare
4ee7f98
to
ea45145
Compare
@@ -6,8 +6,5 @@ VWO_ID=713156 | |||
SKYLIGHT_ENV=dev | |||
FAST_IMAGE_TIMEOUT=0.25 | |||
SIZE_IMAGES=1 | |||
BIGQUERY_TABLE_NAME=events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't they be removed from the other .env files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
3ed29aa
to
9137ad0
Compare
terraform/aks/variables.tf
Outdated
default = false | ||
} | ||
variable "dataset_name" { | ||
description = "dfe analytics dataset name in Google Bigquery. If not specified, a new one will be created" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If not specified, a new one will be created
No we won't create a new one
Quality Gate passedIssues Measures |
Review app deployed to https://get-into-teaching-app-review-4299.test.teacherservices.cloud |
Trello card
https://trello.com/c/5YFXDRps
Context
All services will be migrated to the workload identity federation for improved security.
Changes proposed in this pull request
Enable the analytics module for get into teaching app
Guidance to review
Events should be published for review apps into big query