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

Fix error for creating ColumnMetadata #86

Closed syou6162 closed 9 months ago

syou6162 commented 10 months ago

@z3z1ma I have fixed a bug for https://github.com/z3z1ma/dbt-osmosis/pull/82.

When I updated dbt-osmosis v0.12.0 I got the following error.

ERROR    Error occurred while processing model model.my_dataset.my_model:                      osmosis.py:966
         dbt.contracts.results.ColumnMetadata() got multiple values for keyword argument 'name'

**col also contains name, so multiple values error occurs.