Skip to content

Commit

Permalink
Final 2.1.3 Fixes (#545)
Browse files Browse the repository at this point in the history
This PR fixes 3 small issues

 - The failure log in the data prep was looking at 
.configuration
 - Updated public status of rfc streamflow
 - Updated public status of coastal domain
 - Updated public status of public fim domain

-----------------------

* fixed wrong failure log arg for data prep step
update coastal domain service to be public

* rfc streamflow service public

* updated sharing status of public fim domain
  • Loading branch information
CoreyKrewson-NOAA authored Sep 25, 2023
1 parent 2ab9ae6 commit 8e2e895
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ credits: National Water Model, NOAA/NWS National Water Center
egis_server: server
egis_folder: reference
feature_service: false
public_service: false
public_service: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ credits: National Water Model, NOAA/NWS National Water Center
egis_server: server
egis_folder: reference
feature_service: false
public_service: false
public_service: true
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ credits: National Water Model, NOAA/NWS National Water Center
egis_server: server
egis_folder: rfc
feature_service: true
public_service: false
public_service: true
2 changes: 1 addition & 1 deletion Core/StepFunctions/viz_processing_pipeline.json.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"Parameters": {
"LogEvents": [
{
"Message.$": "States.Format('\\{\"{}\": -9999, \"reference_time\": {}, \"step_finish\": {}, \"pipeline_step\": \"data_prep\", \"error\": {}\\}', $.product.product, $.reference_time, $$.State.EnteredTime, $.error.Cause)",
"Message.$": "States.Format('\\{\"{}\": -9999, \"reference_time\": {}, \"step_finish\": {}, \"pipeline_step\": \"data_prep\", \"error\": {}\\}', $.configuration, $.reference_time, $$.State.EnteredTime, $.error.Cause)",
"Timestamp.$": "$.logging_info.Timestamp"
}
],
Expand Down

0 comments on commit 8e2e895

Please sign in to comment.