Closed owlas closed 1 year ago
Hey Oliver! The goal of lkml is to allow a Python-operable representation of the LookML. Even though Looker is processing that description string to remove the whitespace, my desire would be to keep it in the parsed representation. Otherwise lkml can't do a proper round trip (parse to Python, then dump back to the identical string).
If I process a lkml view like this:
Then when I parse the lkml I get the following description for the
hard
dimension:In looker the new line and indentation is ignored. Is this something you'd want to handle in lkml? I'm just trying a workaround in our own code but would be great to fix upstream if it's in scope