Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed several srf and mrf Alaska service file names to _ak #1016

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ db_max_flows:
max_flows_sql_file: mrf_nbm_10day_max_flows_ak

postprocess_sql:
- sql_file: mrf_nbm_10day_rapid_onset_flooding_alaska
- sql_file: mrf_nbm_10day_rapid_onset_flooding_ak
target_table: publish.mrf_nbm_10day_rapid_onset_flooding_alaska

product_summaries:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
product: srf_15hr_high_water_arrival_time_alaska
product: srf_15hr_high_water_arrival_time_ak
configuration: short_range_alaska
product_type: "vector"
run: true
Expand All @@ -11,8 +11,8 @@ ingest_files:
target_keys: (feature_id, streamflow)

postprocess_sql:
- sql_file: srf_15hr_high_water_arrival_time_alaska
- sql_file: srf_15hr_high_water_arrival_time_ak
target_table: publish.srf_15hr_high_water_arrival_time_alaska

services:
- srf_15hr_high_water_arrival_time_alaska_noaa
- srf_15hr_high_water_arrival_time_ak_noaa
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
product: srf_15hr_max_high_flow_magnitude_alaska
product: srf_15hr_max_high_flow_magnitude_ak
configuration: short_range_alaska
product_type: "vector"
run: true
Expand All @@ -22,4 +22,4 @@ postprocess_sql:
target_table: publish.srf_15hr_max_high_flow_magnitude_ak

services:
- srf_15hr_max_high_flow_magnitude_alaska_noaa
- srf_15hr_max_high_flow_magnitude_ak_noaa
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ postprocess_sql:
target_table: publish.srf_15hr_rapid_onset_flooding_ak

services:
- srf_15hr_rapid_onset_flooding_alaska_noaa
- srf_15hr_rapid_onset_flooding_ak_noaa
Loading