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
Parsing function containing body having inline expression containing |, f.ex:
mytable
| where id in (myOtherTable | where prop == a | project id)
fails with:
DeltaKustoLib.DeltaException : Issue parsing script
---- System.InvalidOperationException : Function body was expected to be surrounded by curly brace but isn't: {
mytable
| where id in (myOtherTable | where prop == a | project id
The text was updated successfully, but these errors were encountered:
Parsing function containing body having inline expression containing |, f.ex:
fails with:
The text was updated successfully, but these errors were encountered: