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

[feature] add inheritance for specified keys #147

Closed myouju closed 4 months ago

myouju commented 5 months ago

I utilize BigQuery's column-level access control by setting policy_tags in numerous model.yml and source.yml files within dbt. It would be beneficial if I could inherit policy_tags. To this end, I have introduced a feature that allows not only the inheritance of policy_tags but also specified keys.

z3z1ma commented 4 months ago

Very nice PR, LGTM. Will trigger new release

myouju commented 4 months ago

Thank you for merging 😀