rerun icon indicating copy to clipboard operation
rerun copied to clipboard

DataSet parition ID to URL user defined function

Open timsaucer opened this issue 8 months ago • 1 comments

Related

Demo 25-04

What

This adds a udf that can be used thusly:

df = df.with_column("partition_url", dataset.partition_url_udf(df.col("rerun_partition_id")))

timsaucer avatar Apr 07 '25 15:04 timsaucer

Web viewer built successfully. If applicable, you should also test it:

  • [ ] I have tested the web viewer
Result Commit Link Manifest
f367af1 https://rerun.io/viewer/pr/9530 +nightly +main

Note: This comment is updated whenever you push a commit.

github-actions[bot] avatar Apr 07 '25 15:04 github-actions[bot]

@abey79 / @timsaucer any reason not to get this towards landing?

Wumpf avatar Jun 04 '25 13:06 Wumpf

@abey79 / @timsaucer any reason not to get this towards landing?

If we need this for a demo, I can get it updated and merged in. Otherwise I think the DF48 version of the UDFs is going to be significantly cleaner.

timsaucer avatar Jun 04 '25 13:06 timsaucer

Yeah, let's punt on it. I think it was a proposal to address my need to generate the URL column in the viewer, but I did that with basic DF expressions and it's fine. Eventually it's nice to have this for users, but it should be as streamlined as possible so best wait for DF48.

abey79 avatar Jun 04 '25 13:06 abey79

iirc we go this addressed by now. Closing (please re-open if needed)

Wumpf avatar Aug 06 '25 07:08 Wumpf