Skip to content
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

RemoteRecording does not support SubTree path expressions #9164

Open
timsaucer opened this issue Feb 28, 2025 · 1 comment
Open

RemoteRecording does not support SubTree path expressions #9164

timsaucer opened this issue Feb 28, 2025 · 1 comment
Labels
🪳 bug Something isn't working dataplatform Rerun Data Platform integration feat-dataframe-api Everything related to the dataframe API

Comments

@timsaucer
Copy link
Contributor

timsaucer commented Feb 28, 2025

Is your feature request related to a problem? Please describe.

When using a remote recording, the help file suggests using a context such as:

recording.view(index="my_index", contents="/**")

However when attempting to use the example, it generates this error:

SubTree path expressions (/**) are not allowed yet for remote recordings.

Describe the solution you'd like

We first need to get access to the schema as described in #8537. Then use the schema to resolve the wildcard expression.

Describe alternatives you've considered

Right now it requires the user to know a priori the fields they care about, which is brittle and difficult.

Additional context

This may be solved when #9139 is resolved, but I'm not certain it is within the scope of that work.

@timsaucer timsaucer added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Feb 28, 2025
@Wumpf Wumpf added 🪳 bug Something isn't working feat-dataframe-api Everything related to the dataframe API dataplatform Rerun Data Platform integration and removed 👀 needs triage This issue needs to be triaged by the Rerun team enhancement New feature or request labels Mar 3, 2025
@teh-cmc
Copy link
Member

teh-cmc commented Mar 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working dataplatform Rerun Data Platform integration feat-dataframe-api Everything related to the dataframe API
Projects
None yet
Development

No branches or pull requests

3 participants