lkml icon indicating copy to clipboard operation
lkml copied to clipboard

Don't add semi-colons to SQL lines already containing them

Open fbertsch opened this issue 3 years ago • 0 comments

For a dimension definition:

{
  "name": "field_name",
  "sql": "${TABLE}.field_name ;;"
}

When the lookml is generated, another ;; is appended. I'm seeing two options (there's probably more):

  • LookML generation should fail (and the error should be obvious!)
  • lkml shouldn't add another ;; during lookml generation

fbertsch avatar Apr 15 '21 14:04 fbertsch