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 46 forks source link

Get the data_type and comment of child column instead of its parent #124

Closed buu-nguyen closed 5 months ago

buu-nguyen commented 5 months ago

Currently, dbt-osmosis uses the data_type and comment of the parent column for all of its children. This PR fix that.

buu-nguyen commented 5 months ago

@z3z1ma Hi Alex, can you please take a look at this PR? Thanks.

z3z1ma commented 5 months ago

Ah good catch. LGTM. I can cut a release later.