Preflight Checklist
Power Query SDK
0.4.0
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
Windows 11
VSCode version
1.88.1
PQSdkTool Path
No response
Bug Description
- I'm developing , building and deploy a connector for OpenSearch in PowerBi. When I try to access to the information of a JSON file with
file = File.Contents(<path>), it gives me an error:
Microsoft.Mashup.Engine.Interface.UnpermittedResourceAccessException
The command is tested as inline command from another user Help-request and so, without SDK, work.
- Also, a global variable (declared outside any other object or functions) is read-accessible from other objects or function but not writable even though the IDE mark the variable as [section-member] and assigning a valid value.
Steps to Reproduce
1.Launch Visual Studio Code 2. Compile the project 3. Transfer the .mez file to to proper PowerBI folder 4. Run PowerBI and test
Actual Experience
- It does not complete the compiling.
- Runtime byzantine error as the variable is not modified.
Expected Experience
- Compile.
- The value of the variable should change with a new value assigned.
Additional Context
No response
Preflight Checklist
Power Query SDK
0.4.0
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
Windows 11
VSCode version
1.88.1
PQSdkTool Path
No response
Bug Description
file = File.Contents(<path>),it gives me an error:The command is tested as inline command from another user Help-request and so, without SDK, work.
Steps to Reproduce
1.Launch Visual Studio Code 2. Compile the project 3. Transfer the .mez file to to proper PowerBI folder 4. Run PowerBI and test
Actual Experience
Expected Experience
Additional Context
No response