Doug Davis
Doug Davis
Closing in favor of #6738
This should be ready to go upon reversing the dependence on my douglasdavis/dask@new-cli branch (I'll leave it as draft until that is reversed), see [my comment at the partner dask/dask...
@jrbourbeau no worries! fixed the conflict and merged main in both https://github.com/dask/dask/pull/9283 and here (PS the merge conflict really had to do with the temporary overriding of the `dask` version...
Thanks for the review @jrbourbeau! I've incorporated suggestions/responded to your comments-- happy to keep iterating.
Looks like `test_deprecated_single_executable` is hitting a 30 second time out sometimes. Should we adjust a timeout argument?
Hi Hans & Henry, thanks for taking a look at this! It looks like we're on same page about the idea I was proposing. I think an additional storage type...
Hi @HDembinski -- for my specific use case it has varied, I've had up to N=200 different sets of weight variations used to calculate N histograms of the same raw...
I've run into this, after digging around a bit with @martindurant we've noticed that `dask.config.config` is modified (and grows quite a bit with only default settings) upon importing `dask_cloudprovider` or...
Looks like this is related to https://github.com/yuya373/emacs-slack/pull/532 The 3 line patch in that PR fixes the issue
The new `from_map` dask.dataframe API includes a `label=` named argument. Perhaps this is a place to start. User facing: ```python with dask.task_label("my-label"): a = df.groupby("x") ``` Implementation: perhaps in `dask.config`?...