Skip to content

Commit

Permalink
Fix fs for cache target
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Jun 4, 2024
1 parent 3700585 commit 86d2be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
times = times[0:20000]
concat_dim = ConcatDim("time", keys=times)
cache_target = CacheFSSpecTarget(
fs = gcsfs.GCSFileSystem,
fs = gcsfs.GCSFileSystem(),
root_path="gs://leap-scratch/data-library/feedstocks/cache_concurrent"
)

Expand Down

0 comments on commit 86d2be2

Please sign in to comment.