lightdash / dbt2looker

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

Add cli options to skip lookml model or view generation #82

Open sunahsuh opened 1 year ago

sunahsuh commented 1 year ago

Adds another change we've made to our fork to allow skipping either the model or the view generation step. Note there's one change that's not just moving code into an if block – line 150 adds a mkdir step that was previously assumed to have happened during the view generation step.

Closes #80