Target elision with inline input not working? #2595
Replies: 2 comments
-
Nvm I needed to read up, the @references trait is separate, you can use the operation GetDatalakeConnection {
input:= for DatalakeConnectionResource {
@required
@httpLabel
$connectionId
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems like this syntax is not supported though? operation UpdateDatalakeConnection {
input := for DatalakeConnectionResource with [DatalakeConnectionBase, DatalakeConfigBase] {
@required @httpLabel
$connectionId
}
} |
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
-
This works:
But this doesnt' work:
Fails with error:
Aren't these supposed to be equivalent?
Beta Was this translation helpful? Give feedback.
All reactions