Can "Variable" be used in a production environment?

I noticed this warning in the document.


Can I use it? Is there any bug?

Hi @rwlrwlrwlrwl,

Well, I think this warning is pretty old, as newer Dask versions doesn’t support Python 2. I think you can use it as soon as you are being careful and test things right.

cc @ncclementi @mrocklin @jrbourbeau.

Great. That’s exactly what I need.
Thank you!

1 Like

@rwlrwlrwlrwl Can you share a link to where you are seeing such warning?
I’m looking at the distributed docs, for that exact same section https://distributed.dask.org/en/stable/api.html?highlight=Variable#distributed.Variable and I do not see the warning.

Oh, I see. The dask docs has not been updated.
here: Futures — Dask documentation