lmeyerov

Results 340 comments of lmeyerov

FWIW, confirmed happening in `22.04` base not just `22.02`

@shwina 's rec to update `import cudf` would work for our immediate case in case other libs also have the same issue (am not sure), a tighter fix would be...

From [Slack ](https://rapids-goai.slack.com/archives/C5E06F4DC/p1649798365680969) : Looks like the old behavior is `cudf` throws `ImportError` , which `dask_cudf` import rethrows The new behavior is a ` RuntimeError` is now thrown both by...

Agreed wrt diagnosis. Tricky! @shwina nightlies fix is ok for us, our impact is just on our CI CPU bots

Thanks! We'll probably be swapping in closer to EOW as we're getting our `22.04` enterprise release out first :)

cc @jsteemann as you seem to be the main contact for this :) Helpful links: * https://github.com/graphistry/pygraphistry : where we'd like to prove out native ArangoGraphistry support * https://rapids.ai/ +...

Thanks @jsteemann ! If it helps, we're ultimately interested in a few integration points: -- converting arango query responses into arrow-typed record or arrow-typed node+edge property tables, e.g., https://github.com/graphistry/pygraphistry/blob/master/demos/demos_databases_apis/arango/arango_tutorial.ipynb except...

Hi @grepler we have arangodbgraphistry users combining via pydata envs like jupyter notebooks & streamlit dashboards, via our respective JS APIs, and I'm unsure with our REST API no-code/low-code (so...

Great, lmk. Likewise, on the visual side, feel free to shout in our community slack. RE:bidirectional, a relevant feature request we've heard is exposing custom action buttons in our UI,...