.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
Describe the bug
Any output that returns a
dynamic
column type (such as the results ofextract_all
) are displayed asnull
in the output rendering: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.0232372ZScreenshots
If applicable, add screenshots to help explain your problem.