Skip to content

Commit

Permalink
Fix QueryManifest's missing catalog entry parameter (#9099)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Feb 20, 2025
1 parent a79d11c commit f24604f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/store/re_protos/proto/rerun/v0/remote_store.proto
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ message ListManifestsResponse {
// The result might contain duplicated chunk IDs, it is the responsibility of the caller to deduplicate
// them as needed.
message QueryManifestRequest {
// Which catalog entry do we want to query the manifests of?
CatalogEntry entry = 1;

// What resource are we querying the manifest for?
rerun.common.v0.RecordingId resource_id = 100;

Expand Down
3 changes: 3 additions & 0 deletions crates/store/re_protos/src/v0/rerun.remote_store.v0.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f24604f

Please sign in to comment.