✨ Features
- Dbt namespace macros (#690) @crericha
- Introduce API endpoint for column lineage (#691) @vchan
- Add
forall
audit (#698) @plaflamme - Make tasks progress component more flexible (#664) @mykalmax
🪲 Bug fixes
- Make first tab closable (#675) @mykalmax
- Show view name in models needing backfill (#687) @eakmanrq
- Cache DBT macros to improve load time (#695) @crericha
- Styling bugs and incorrect spelling (#694) @mykalmax
- Forall with only one criteria (#701) @plaflamme
- Rename
values
parameter tois_in
(#703) @plaflamme - Floor yesterday to a date to prevent it from being later than start (#705) @tobymao
- Ensure that removed models are not referenced downstream during plan creation (#706) (#708) @izeigerman
- Fix type import and missing null check for models (#709) @mykalmax
🧹 Chore
👽 Other
- Update README.md (#693) @robscriva
- Respect audit skip flag (#700) @vchan