brooklyn-data / dbt_artifacts

A dbt package for modelling dbt metadata. https://brooklyn-data.github.io/dbt_artifacts
Apache License 2.0
309 stars 113 forks source link

Improve insert method used #381

Closed glsdown closed 9 months ago

glsdown commented 9 months ago

Overview

As noted in #305 there has been a long-standing need to add the column names into the insert statements for each table to make upgrading easier and more robust. This adds those column names along with some improvements to the macros folder:

Additionally picked up this very related issue:

Update type - breaking / non-breaking

What does this solve?

Outstanding questions

What databases have you tested with?

ghost commented 9 months ago

Much appreciated