Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Connectors: 40x failure should throw, not return null.

Open MikeStall opened this issue 9 months ago • 0 comments

If we fail network calls, don't just convert the failure to null ... that results in null refs later. We should throw, ie:

https://github.com/microsoft/Power-Fx/blob/76fe4bc303a4ce08ae008a18511b9b33ec2bcb86/src/libraries/Microsoft.PowerFx.Connectors/Tabular/Services/ConnectorServiceBase.cs#L47

MikeStall avatar May 16 '24 19:05 MikeStall