Skip to content

DataSet parition ID to URL user defined function #9530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

timsaucer
Copy link
Contributor

@timsaucer timsaucer commented Apr 7, 2025

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")))

Copy link

github-actions bot commented Apr 7, 2025

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.

@timsaucer timsaucer added 🐍 Python API Python logging API exclude from changelog PRs with this won't show up in CHANGELOG.md dataplatform Rerun Data Platform integration labels Apr 7, 2025
@timsaucer timsaucer self-assigned this Apr 7, 2025
@timsaucer timsaucer requested a review from abey79 April 7, 2025 15:42
@timsaucer timsaucer marked this pull request as draft April 7, 2025 17:02
@timsaucer timsaucer force-pushed the tsaucer/dataset_url_udf_on_main branch from 6c79362 to 2c96148 Compare April 7, 2025 20:14
Copy link
Member

@abey79 abey79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataplatform Rerun Data Platform integration exclude from changelog PRs with this won't show up in CHANGELOG.md 🐍 Python API Python logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants