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 90430c5 commit 9b9b703Copy full SHA for 9b9b703
website/wrangler.jsonc
@@ -23,6 +23,7 @@
23
"class_name": "UploadReceivedObservation"
24
},
25
{
26
+ "name": "PSCWeather-UploadReceivedObservationToDBDisregard",
27
"binding": "WORKFLOW_HANDLE_DISREGARD_OBSERVATION",
28
"class_name": "DisregardReceivedObservation"
29
@@ -31,6 +32,11 @@
31
32
"binding": "WORKFLOW_OVERNIGHT_SAVE_TO_R2",
33
"class_name": "OvernightSaveToR2"
34
35
+ {
36
+ "name": "PSCWeather-UploadReceivedObservationToWindGuru",
37
+ "binding": "WORKFLOW_UPLOAD_TO_WINDGURU",
38
+ "class_name": "UploadToWindGuru"
39
+ },
40
41
"name": "PSCWeather-UploadReceivedObservationToMetOffice",
42
"binding": "WORKFLOW_UPLOAD_TO_METOFFICE",
0 commit comments