Skip to content

moving partition type and storage url to partition manifest #10032

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zehiko
Copy link
Contributor

@zehiko zehiko commented May 21, 2025

As part of append workflow changes, we're moving type and storage url to partition manifest. This is the necessary rerun side update.

Copy link

github-actions bot commented May 21, 2025

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

  • I have tested the web viewer
Result Commit Link Manifest
7caadce https://rerun.io/viewer/pr/10032 +nightly +main

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

@zehiko zehiko self-assigned this May 21, 2025
@zehiko zehiko added the exclude from changelog PRs with this won't show up in CHANGELOG.md label May 21, 2025
@zehiko zehiko marked this pull request as ready for review May 21, 2025 13:06
@teh-cmc teh-cmc self-requested a review May 22, 2025 06:41
Comment on lines +90 to +92
/// Partition manifest mandatory field names.
pub const PARTITION_MANIFEST_PARTITION_TYPE_FIELD_NAME: &str = "rerun_partition_type";
pub const PARTITION_MANIFEST_STORAGE_URL_FIELD_NAME: &str = "rerun_storage_url";
Copy link
Member

Choose a reason for hiding this comment

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

What's the purpose of these constant? Are they returned by other endpoints? If so, would it be possibly to add the schema() method to the corresponding responses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants