malloy icon indicating copy to clipboard operation
malloy copied to clipboard

`index:` queries generate fields with camel case names

Open christopherswenson opened this issue 1 year ago • 0 comments

index: queries currently generate columns fieldName, fieldValue, and fieldType. Everywhere in Malloy documentation we use snake case names by convention. So we should probably change these to be field_name, field_value, and field_type.

christopherswenson avatar Jul 12 '23 17:07 christopherswenson