Derek O'Callaghan
Derek O'Callaghan
Hi @yuvipanda, quick question about this recipe. I saw that you're specifying `aiohttp.BasicAuth`: https://github.com/yuvipanda/staged-recipes/blob/5a50ed2ed1212e77a7615cbbbc285c7163dce465/recipes/daymet/recipe.py#L15 ```python client_kwargs = { 'auth': aiohttp.BasicAuth(username, password), 'trust_env': True, } ... fsspec_open_kwargs=dict( client_kwargs=client_kwargs ), ``` I'm...
Hi @yuvipanda, yep, the hashing in `serialization.py` has raised some issues recently. It may be the case that we can exclude `client_kwargs` or even `fsspec_open_kwargs` from the hashing (see below),...
Yeah, previously the hash was created on demand, where [`BaseRecipe.sha256()` was called from `BaseRecipe.get_execution_context()`, which itself was called from `XarrayZarrRecipe.prepare_target()`, and generating a default job name in `pangeo_forge_runner.commands.bake.Bake`](https://github.com/pangeo-forge/pangeo-forge-recipes/issues/427#issuecomment-1291794245). I couldn't...
Hi @cisaacstern and @ktyle, I'm looking into writing a CMEMS ASCAT recipe, and wanted to check the status of this SLA recipe (and also https://github.com/pangeo-forge/staged-recipes/pull/55)? I previously retrieved the data...
Thanks @rabernat
Hi @alxmrs, when the single-level variables are ingested (#17), I'm going to look at updating some of the [EOOffshore project](https://eooffshore.github.io/project_overview.html) notebooks to also use them (some of the data sets...