slidoapp / dbt-superset-lineage

Make dbt docs and Apache Superset talk to one another
MIT License
134 stars 18 forks source link

Fix `put_descriptions_to_superset` overwriting columns #28

Closed one-data-cookie closed 1 year ago

one-data-cookie commented 1 year ago

One of the changes introduced in v0.3.0 was to only push column descriptions with other mandatory fields, i.e. not all fields. Everything else should stay untouched which can be easily achieved by setting override_columns to false, instead of true.

one-data-cookie commented 1 year ago

Silly mistake, merging right away and releasing under v0.3.1.

cc @sweco