diff --git a/examples/dataflow/README.md b/examples/dataflow/README.md index 083229e..45ec7f9 100644 --- a/examples/dataflow/README.md +++ b/examples/dataflow/README.md @@ -104,7 +104,7 @@ This example is focused on pulling data from Earth Engine, transforming the data ```shell python ee_to_zarr_dataflow.py \ --input NASA/GPM_L3/IMERG_V06 \ - --output gs://xee-out-${PROJECT} \ + --output gs://xee-out-${PROJECT}/output/ \ --target_chunks='time=6' \ --runner DataflowRunner \ --project $PROJECT \ diff --git a/pyproject.toml b/pyproject.toml index fe2af00..a47a897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ dataflow = [ "absl-py", "apache-beam[gcp]", - "gcsfs", + "gcsfs<=2024.2.0", "xarray-beam", ] examples = [