Skip to content

Commit

Permalink
🩹 ensure yaml refactor deep reparses project on disk if source yamls …
Browse files Browse the repository at this point in the history
…are injected
  • Loading branch information
z3z1ma committed Mar 27, 2023
1 parent 25e5e38 commit 8d78d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://z3z1ma-dbt-osmosis-srcdbt-osmosisapp-4y67qs.streamlitapp.com/)


[![Scc Count Badge](https://sloc.xyz/github/z3z1ma/dbt-osmosis/)](https://github.com/z3z1ma/dbt-osmosis/)
[![Scc Count Badge](https://sloc.xyz/github/z3z1ma/dbt-osmosis/?category=cocomo)](https://github.com/z3z1ma/dbt-osmosis/)


## Primary Objectives

Hello and welcome to the project! [dbt-osmosis](https://github.com/z3z1ma/dbt-osmosis) 🌊 serves to enhance the developer experience significantly. We do this through providing 4 core features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-osmosis"
version = "0.11.6"
version = "0.11.7"
description = "A dbt server and suite of optional developer tools to make developing with dbt delightful."
authors = ["z3z1ma <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dbt_osmosis/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def refactor(

# Conform project structure & bootstrap undocumented models injecting columns
if runner.commit_project_restructure_to_disk():
runner.safe_parse_project()
runner.safe_parse_project(reinit=True)
runner.propagate_documentation_downstream(force_inheritance=force_inheritance)


Expand Down

0 comments on commit 8d78d4d

Please sign in to comment.