A case with data query #2616
-
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 I would appreciate somebody's look to understand if it should be submitted as a bug. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If I change
|
Beta Was this translation helpful? Give feedback.
-
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.
Marking this as answered: the original example does work with the latest CUE release.