Preflight Checklist
Power Query SDK
v0.4.0
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
Null fields in an error's details are ignored when the error is reported.
Steps to Reproduce
- Create a new connector project.
- Replace the contents of the
.test.pq with the following:
error [Detail = [a = 123, b = null, c = 456]]
- Evaluate the current file.
Actual Experience
Output contains the following:
"Error": {
"Message": "Exception of type 'Microsoft.Data.Mashup.MashupValueException' was thrown.",
"Details": {
"Reason": "Expression.Error",
"a": 123,
"c": 456
}
}
Expected Experience
Details should also include field b.
Additional Context
No response
Preflight Checklist
Power Query SDK
v0.4.0
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
Null fields in an error's details are ignored when the error is reported.
Steps to Reproduce
.test.pqwith the following:Actual Experience
Output contains the following:
Expected Experience
Detailsshould also include fieldb.Additional Context
No response