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
422 stars 45 forks source link

Selecting a specific model doesn't document it #116

Open AleksandrsJuskaVisma opened 7 months ago

AleksandrsJuskaVisma commented 7 months ago

When I select a specific model with positional selection it doesn't update the new columns or remove the deleted columns of the source. I ran it like dbt-osmosis yaml refactor {model_name}

When I run refactor on the whole subfolder it does the job as expected :) dbt-osmosis yaml refactor {path\to\model}

Would be great if I could refactor fully specific models as well.