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

[feat] Include SQL Fluff Actions #1

Closed z3z1ma closed 1 year ago

z3z1ma commented 2 years ago

Lets add controls to interactively lint, auto fix the SQL our users are authoring in the workbench. We want to continue to peel away the layers of separation between value creation and ensuring quality of work.

z3z1ma commented 1 year ago

Done by virtue of the SQL fluff integration into the primary codebase for server usage. I may open a followup issue to take that work and add it to streamlit + CLI