Charles Stern

Results 257 comments of Charles Stern

For anyone looking to grok the somewhat hard-to-grasp notion of the "source chunks" (under discussion for renaming here), reading https://github.com/pangeo-forge/pangeo-forge-recipes/pull/205#issuecomment-923200879 was an "a-ha" moment for me.

@rabernat, following on https://github.com/pangeo-forge/pangeo-forge-recipes/issues/361#issuecomment-1260096498, is the only thing left to do here pinning `kerchunk>=0.0.7`?

@alxmrs, as you're probably aware, [`XarrayZarrRecipe.xarray_open_kwargs`](https://github.com/pangeo-forge/pangeo-forge-recipes/blob/e6fdf876bbb5e1b342b235510ec438599c96b8b8/pangeo_forge_recipes/recipes/xarray_zarr.py#L652) allows passing arguments to `open_dataset` https://github.com/pangeo-forge/pangeo-forge-recipes/blob/e6fdf876bbb5e1b342b235510ec438599c96b8b8/pangeo_forge_recipes/recipes/xarray_zarr.py#L293-L297 but currently these kwargs are applied uniformly across all inputs. (So no way to vary `filter_by_key` here, of...

I'm very curious to see how that works, as I've never made one before, and I'm sure the process will be super informative for the design of our contribution process.

Noting that AFAICT `fsspec-reference-maker` needs to be conda-installable before we can complete this item. xref https://github.com/intake/fsspec-reference-maker/issues/68#issuecomment-914646396

Great, thanks!

PR opened: https://github.com/conda-forge/staged-recipes/pull/16146#issuecomment-917472984 ~~In [local testing](https://conda-forge.org/docs/maintainer/adding_pkgs.html#staging-test-locally), conda flagged that `prefect 0.15.5` needed a specific version range of `requests`: https://github.com/cisaacstern/staged-recipes-1/commit/36525b798b2cca5572b294ef7bc6c2fdd60b12ce. I wonder why this hasn't come up in our CI workflows?~~...

Another place this needs to be changed is referenced in https://github.com/pangeo-forge/staged-recipes/issues/128#issuecomment-1078525149

Yes, happy to handle my two assigned items. Re: **Recipe Box**, what _is_ this? We don't keep a Recipes table in the API/database ... and therefore there is no actual...

> We should discourage this style of providing credentials (as part of the URL) and instead try to include these in fsspec_open_kwargs 👍 Closing because this solution should work for...