looker-open-source / pylookml

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

model includes for explore files not processed #65

Open darren-wrigley opened 2 years ago

darren-wrigley commented 2 years ago

when a model file has 1 or more includes - for explore files, these files are not processed and added to the explores dict e.g.

include: "/explores/customers.explore"
include: "/explores/orders.explore"

i can see that includes is enumerated - but it appears that they need to be parsed seperately.

I am not familiar enough with the code to change myself - may try to attempt that