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

Copper Contributor

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 here