Skip to content

Commit

Permalink
pass file_type to OpenWithXarray
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Aug 31, 2023
1 parent ecaaded commit 8d472d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
open_kwargs={"block_size": 0, "client_kwargs": client_kwargs},
max_concurrency=10,
)
| OpenWithXarray()
| OpenWithXarray(
file_type=pattern.file_type,
)
| Preprocess()
| StoreToZarr(
store_name="aqua-modis.zarr",
Expand Down

0 comments on commit 8d472d5

Please sign in to comment.