Skip to content

v0.16.0

Choose a tag to compare

@izeigerman izeigerman released this 28 Jun 21:48
· 3589 commits to main since this release

✨ Features

🪲 Bug fixes

  • Skip dbt tests that reference disabled models (#1037) @izeigerman
  • Use date type for the 'ds' attribute in the example project @izeigerman
  • Display empty state if lineage is empty + fix regex for detecting text inside. MODEL (#1029) @mykalmax
  • Bigquery create table requires correct trunc method for column type (#1048) @crericha
  • Tables with dots and more conservative optimization (#1052) @tobymao
  • Preserve yaml order (#1054) @tobymao
  • Use version-specific compilation error for dbt projects (#1055) @izeigerman
  • Use target dbt adapter relation and column classes. (#1056) @crericha
  • Format_expressions star rewrite @tobymao

🧹 Chore

  • Add success messages to context, init, and model magics (#1011) @treysp

👽 Other