You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query
for $store in json-file("src/test/resources/queries/stores.jsonl")
let $products := json-file("src/test/resources/queries/products.jsonl")[$$.storeid eq $store.storeid]
return {"products": $products}
return this error
Code: [RBST0004]
Message: Expecting full variable dependency on store but column not found in the data frame.
Metadata: none:LINE:1:COLUMN:0:
This code can also be looked up in the documentation and specifications for more information.
The text was updated successfully, but these errors were encountered:
The query$products := json-file("src/test/resources/queries/products.jsonl")[$ $.storeid eq $store.storeid]
for $store in json-file("src/test/resources/queries/stores.jsonl")
let
return {"products": $products}
return this error
Code: [RBST0004]
Message: Expecting full variable dependency on store but column not found in the data frame.
Metadata: none:LINE:1:COLUMN:0:
This code can also be looked up in the documentation and specifications for more information.
The text was updated successfully, but these errors were encountered: