Open bgribaudo opened 2 years ago
This issue is preventing me from getting my unit tests to work on VSCode without having to split them into individual *.query.pq
files. The new extension is already a great improvement over Visual Studio, having this would be the icing on the cake! 🎂
Is there an ETA on this? :)
Preflight Checklist
Power Query SDK
0.1.7
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
When "Set credential" or
pqTest set-credential
is run for a file that uses multiple data sources, credential setting dies with an error along the lins of:Error: Expected 1 data source in expression, but 2 were found.
.Steps to Reproduce
Connector:
Test query:
Actual Experience
Expected Experience
Should be allowed to set credentials.
In order for this to work, need a way to specify from the command line which data source I'm setting credentials for, then would need to run set-credentials twice, once per source.
Additional Context
No response