You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing you're getting a KeyError about action already existing in the tree? And you have multiple action declarations in your LookML?
Looks like I was using an outdated documentation reference for all of the field possibilities so lkml didn't know that action and some of its child fields can appear multiple times.
This is an easy fix, I'll add it to 0.1.2 which I should be able to release in a week or so.
Doesn't look like the tests cover the
action
param and the parser choked on ones in my schemahttps://docs.looker.com/reference/field-params/action
I can grab the error it was throwing if that's helpful
The text was updated successfully, but these errors were encountered: