Skip to content

Commit b38006f

Browse files
shoyerXarray-Beam authors
authored andcommitted
Add a logging message after Zarr setup
PiperOrigin-RevId: 813488331
1 parent 8f98b6f commit b38006f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xarray_beam/_src/zarr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def _setup_zarr(
409409
zarr_format=zarr_format,
410410
encoding=encoding,
411411
)
412+
logging.info('finished setting up Zarr')
412413

413414

414415
def setup_zarr(

0 commit comments

Comments
 (0)