lightdash / dbt2looker

Generate lookml for views from dbt models
https://lightdash.com
MIT License
178 stars 46 forks source link

feat: remove strict manifest validation #77

Closed owlas closed 1 year ago

owlas commented 1 year ago

Closes #72 Closes #37

We have some validation already with typing and the dbt manifest keeps changing. I think json-schema is causing more problems that it is solving. If we get weird errors, we can introduce some more relaxed validation.