RemoteRecording does not support SubTree path expressions #9164
Labels
🪳 bug
Something isn't working
dataplatform
Rerun Data Platform integration
feat-dataframe-api
Everything related to the dataframe API
Is your feature request related to a problem? Please describe.
When using a remote recording, the help file suggests using a context such as:
However when attempting to use the example, it generates this error:
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.
RemoteRecording
API in favor of an improvedRecording
API #9139The text was updated successfully, but these errors were encountered: