If you are using Kusto plugins that require an output schema definition as part of its syntax then it can be tricky to put together.
The sql_request plug in for example is one plugin that requires this.
Example: sql_request() : (ID:guid, Name:string, LocationLat:real, LocationLong:real)
The getschema operator currently is one method to get the information but it is shown in tabular format (as shown below) and still requires you to construct the syntax.
The good news is that the getschema operator has been updated to allow you to specify the output to be shown in an easy and reusable format. You can do this by adding a parameter of kind=csl to the operator as shown in the example below.
You can simply copy and paste the output and include it in the syntax for your plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.