Forum Discussion

diegopoggioli2500's avatar
diegopoggioli2500
Copper Contributor
Dec 01, 2023

How to maintain the order of columns in a custom type connector?

We are loading the columns using a tabular_schema and loading the columns in a specific order but this is not maintained in UI. Is there a way to specify and maintain the indicated column order?

1 Reply

  • Hey diegopoggioli2500 

     

    Depending on your code and how you have created the schema, try adding in a project-reorder or sort function

     

    This should arrange the order based on a number of available conditions 

     

    See KQL reference https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/projectreorderoperator

Resources