Skip to content

Commit

Permalink
Change dataset to dataset_name
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Nov 18, 2024
1 parent 33bb6c4 commit 6e7c1de
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 @@ -779,7 +779,7 @@ def build_jobs (self, config: DatapumpConfig) -> List[Job]:
# Current week alerts tile set
id=str(uuid1()),
status=JobStatus.starting,
dataset=self.dataset,
dataset=self.dataset_name,
version=latest_release,
tile_set_parameters=RasterTileSetParameters(
source_uri=source_uris,
Expand Down

0 comments on commit 6e7c1de

Please sign in to comment.