dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.91k stars 389 forks source link

Dynamic columns are not displayed in Kusto kernel output #3730

Open pshelton-skype opened 4 weeks ago

pshelton-skype commented 4 weeks ago

Describe the bug

Any output that returns a dynamic column type (such as the results of extract_all) are displayed as null in the output rendering: Image Image

This is properly handled in tools like Kusto Explorer and provides the wrong output to users, making DotNet Interactive notebooks unreliable.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ): .NET Interactive © 2020 Microsoft Corporation Version: 1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074 Library version: 1.0.0-beta.24229.4+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074 Build date: 2024-10-27T19:31:09.0232372Z

Screenshots

If applicable, add screenshots to help explain your problem.