-
Hi,
I am one of the Gateway Admins for my company. We have about 800 developers and only recently we introduced your connector to them. Obviously everyone loved it! :)
Thank you for creating it!
…
-
Large implementation (over 100k workspaces full scan, several days of 400+ modifications) using Azure blob storage is now failing on the group by:
Table.Group(#"Expanded Data.workspaces1", {"id"}, …
-
Just a quick note of a typo - unsure how else to report this.
https://docs.microsoft.com/en-us/powerquery-m/table-insertrows
"Returns a table with the list of rows, rows, inserted into the table…
-
### Preflight Checklist
- [X] I have installed the [latest version of Power Query SDK](https://github.com/microsoft/vscode-powerquery-sdk/releases/latest).
- [X] I have checked existing resources,…
-
I'm enjoying playing with the new connector. I really appreciate the work the team has put into this. Thank you!
If it helps, here's another issue I ran into:
Apparently, a column that contains …
-
Here on GitHub, the latest SDK release is reported as version 0.1.6:
![image](https://user-images.githubusercontent.com/857202/195355986-c7330af9-5708-4ba7-ac8c-f48a8d0cc517.png)
However, on the […
-
We would like to eventually want to port the SDK from Visual Studio to this extension. Currently it's an internally tracked work item but have no dedicated dev cycles for the feature. As such it might…
-
If I generate a file using openxlsx2 and then try to connect to it from Excel, Excel says that the file is not a valid Excel document. I'm connecting to it in Excel using these menu steps: Data > New …
-
Hello everyone,
I was about to test this SDK, but the VSIX file is missing or hidden. Is it on purpose?
Thank you for your answer.
Štěpán
-
**Expected behavior**
To not delete comments when formatting.
```ts
let y = 1 in y
// stuff
```
**Actual behavior**
Formatting deletes comments at the end of the file.
```ts
let y = 1 …