A case with data query #2616
Unanswered
roman-mazur
asked this question in
Q&A
Replies: 2 comments 1 reply
-
If I change
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This looks like a closedness issue, related to embedding and embedded scalars There are a number of open issues / questions around embedding, especially as it comes to definitions and closedness |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm experimenting with the following sample where I query some data and then use the query result in some transformation.
https://cuelang.org/play/?id=6qSfDcl8A2m#cue@export@cue
From my point of view this should work, but I'm getting an error. Try commenting out the line with
str:
- you will see that the query is successful, it resolves to a concrete value. However, when I refer to this result from a different place, it fails with a mysterious error.I would appreciate somebody's look to understand if it should be submitted as a bug.
Beta Was this translation helpful? Give feedback.
All reactions