z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
456 stars 46 forks source link

Raise an error at server startup if sqlfluff-templater-dbt is installed #22

Closed barrywhart closed 1 year ago

barrywhart commented 1 year ago

It's easy to make a mistake and install sqlfluff-templater-dbt in the same virtualenv as dbt-osmosis. This doesn't work, so check for this at server startup and fail if it's present.