Skip to content

Commit f9c6428

Browse files
New consumer ecmwf india (#730)
* use latest nwp consumer ecmwf india * fix * tidy
1 parent eb6a222 commit f9c6428

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

terraform/india/development/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ module "nwp_consumer_ecmwf_live_ecs_task" {
155155
{ "name" : "AWS_S3_BUCKET", "value" : module.s3-nwp-bucket.bucket_id },
156156
{ "name" : "ECMWF_AWS_REGION", "value" : "eu-west-1" },
157157
{ "name" : "ECMWF_AWS_S3_BUCKET", "value" : "ocf-ecmwf-production" },
158-
{ "name" : "LOGLEVEL", "value" : "DEBUG" },
159158
{ "name" : "ECMWF_AREA", "value" : "india" },
160-
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
161159
{ "name" : "ENVIRONMENT", "value" : local.environment },
162160
]
163161
container-secret_vars = [

terraform/modules/services/airflow/dags/india/nwp-dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
task_id="determine_latest_zarr_ecmwf",
9292
)(bucket=f'india-nwp-{env}', prefix='ecmwf/data')
9393

94-
latest_only >> rename_zarr_ecmwf >> nwp_consumer_ecmwf
94+
latest_only >> nwp_consumer_ecmwf >> rename_zarr_ecmwf
9595
latest_only >> nwp_consumer_gfs
9696
latest_only >> nwp_consumer_metoffice >> rename_zarr_metoffice
9797

0 commit comments

Comments
 (0)