DataSet parition ID to URL user defined function
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")))
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.
@abey79 / @timsaucer any reason not to get this towards landing?
@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.
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.
iirc we go this addressed by now. Closing (please re-open if needed)