Skip to content

Commit

Permalink
Fix sync type name
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Nov 18, 2024
1 parent 9064ac9 commit c821062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datapump/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ class DISTAlertsSync(Sync):
Defines jobs to create new DIST alerts assets once a new release is available.
"""

dataset_name = "umd__glad_dist_alerts"
dataset_name = "umd_glad_dist_alerts"
source_bucket = "earthenginepartners-hansen"
source_prefix = "DIST-ALERT"
input_calc = """
Expand Down

0 comments on commit c821062

Please sign in to comment.