Skip to content

Commit 8609c51

Browse files
committed
rm todo comments
1 parent fcf8885 commit 8609c51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dags/glam_glean_imports.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,12 @@
157157
glam_import_image = 'gcr.io/moz-fx-dataops-images-global/gcp-pipelines/glam/glam-production/glam:2022.03.0-17'
158158

159159
env_vars = dict(
160-
# Todo - make secrets in wtmo
161160
DATABASE_URL = Variable.get(env + "_glam_secret__database_url"),
162161
DJANGO_SECRET_KEY = Variable.get(env + "_glam_secret__django_secret_key"),
163-
# Todo - What does this do?
164162
DJANGO_CONFIGURATION = env,
165163
DJANGO_DEBUG = "False",
166164
DJANGO_SETTINGS_MODULE= "glam.settings",
167-
# Todo add the project ids to WTMO UI
168165
GOOGLE_CLOUD_PROJECT = Variable.get(env + "_glam_project"),
169-
#GOOGLE_CLOUD_PROJECT = "moz-fx-data-glam-prod-fca7"
170166
)
171167

172168
with dag as dag:

0 commit comments

Comments
 (0)