We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf8885 commit 8609c51Copy full SHA for 8609c51
dags/glam_glean_imports.py
@@ -157,16 +157,12 @@
157
glam_import_image = 'gcr.io/moz-fx-dataops-images-global/gcp-pipelines/glam/glam-production/glam:2022.03.0-17'
158
159
env_vars = dict(
160
- # Todo - make secrets in wtmo
161
DATABASE_URL = Variable.get(env + "_glam_secret__database_url"),
162
DJANGO_SECRET_KEY = Variable.get(env + "_glam_secret__django_secret_key"),
163
- # Todo - What does this do?
164
DJANGO_CONFIGURATION = env,
165
DJANGO_DEBUG = "False",
166
DJANGO_SETTINGS_MODULE= "glam.settings",
167
- # Todo add the project ids to WTMO UI
168
GOOGLE_CLOUD_PROJECT = Variable.get(env + "_glam_project"),
169
- #GOOGLE_CLOUD_PROJECT = "moz-fx-data-glam-prod-fca7"
170
)
171
172
with dag as dag:
0 commit comments