looker-open-source / pylookml

A pythonic api for automatic lookml
https://pylookml.readthedocs.io/en/latest/introduction.html
MIT License
45 stars 23 forks source link

Join class missing setProperty #4

Closed bryan-at-looker closed 4 years ago

bryan-at-looker commented 4 years ago

setProperty is missing for Join

import lookml
join = lookml.Join('kewl')
join.setProperty('sql','1=1')

current workaround is join.properties.addProperty('sql','1=1')