Power-Fx
Power-Fx copied to clipboard
Connectors: 40x failure should throw, not return null.
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