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

fixed upstream knowledge in case the key is lower case #70

Closed ugmuka closed 1 year ago

ugmuka commented 1 year ago

Fix #58. When upstream column name is written lowercase in yaml file, prior_knowledge cannot get each items and return empty dictionary. This is because the column names in catalog.json are uppercase in Snowflake.

z3z1ma commented 1 year ago

LGTM, will cut a release tonight. Sorry for delay. For some reason I wasn't getting notifications on my own repo.