intake-esm icon indicating copy to clipboard operation
intake-esm copied to clipboard

Fix for polars 1.33.0 (dtype becoming mandatory)

Open charles-turner-1 opened this issue 4 months ago • 1 comments

Change Summary

  • Specifies that iterable columns are decoded to the polars dtype pl.List[pl.Utf8] when opening catalogs with polars. (see https://docs.pola.rs/api/python/dev/reference/expressions/api/polars.Expr.str.json_decode.html)
  • Update the ci/environment.yml to use polars>=1.33.0

Related issue number

N/A

Checklist

  • [x] Unit tests for the changes exist
  • [x] Tests pass on CI
  • [x] Documentation reflects the changes where applicable

charles-turner-1 avatar Sep 07 '25 04:09 charles-turner-1