Skip to content

Commit 67507c7

Browse files
change DAS field type delimiter from "." to ":"
1 parent 7ad2509 commit 67507c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/idsse/testing/risk_processor/percentiles/data_service_percentiles_request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"sourceType": "data",
3535
"sourceObj": {
3636
"product": "NBM",
37-
"field": "SNOW:1HR.[DTRM,p010,p090]",
37+
"field": "SNOW:1HR:[DTRM,p010,p090]",
3838
"region": "CONUS",
3939
"units": "INCHES",
4040
"validDt": "2025-01-28T13:00:00.000Z",

python/idsse/testing/risk_processor/percentiles/data_service_percentiles_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"sourceType": "data",
8888
"sourceObj": {
8989
"product": "NBM",
90-
"field": "SNOW:1HR.[DTRM,p010,p090]",
90+
"field": "SNOW:1HR:[DTRM,p010,p090]",
9191
"region": "CONUS",
9292
"units": "INCHES",
9393
"validDt": "2025-01-28T13:00:00.000Z",

0 commit comments

Comments
 (0)