We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2187a0 commit b1bc83fCopy full SHA for b1bc83f
src/airflow_dags/dags/uk/forecast-gsp-dag.py
@@ -30,7 +30,7 @@
30
gsp_forecaster_args = dict( # noqa: C408
31
name="forecast-pvnet",
32
container_image="ghcr.io/openclimatefix/uk-pvnet-app",
33
- container_tag="2.6.14",
+ container_tag="2.6.18",
34
container_env={
35
"LOGLEVEL": "INFO",
36
"RAISE_MODEL_FAILURE": "critical",
@@ -43,8 +43,6 @@
43
"SATELLITE_ZARR_PATH": f"s3://nowcasting-sat-{env}/rss/data/latest.zarr.zip",
44
"SATELLITE_15_ZARR_PATH": f"s3://nowcasting-sat-{env}/odegree/data/latest.zarr.zip",
45
"CLOUDCASTING_ZARR_PATH": f"s3://nowcasting-sat-{env}/cloudcasting_forecast/latest.zarr",
46
- "SATELLITE_SCALE_FACTOR": "1",
47
-
48
},
49
container_secret_env={
50
f"{env}/rds/forecast/": ["DB_URL"],
0 commit comments