Already working on making the graphs clickable to enable drill down (in the next version) 💪
Major on-run-end performance improvement ⚡️
We invested in reducing even more the impact of artifacts uploading on your runs.
The improvement is achieved with caching we implemented, to only upload artifacts if there is a change from the last run.
Note that this only works for dbt 1.4.0 and above (we made a contribution to dbt-core to support this).
dbt artifacts additions ➕
New table dbt_seeds - A contribution by Franny Delaney, thank you so much 🤩
thread_id was added to run results tables, and dbt_user env var was added to dbt_invocations - Thank you Elias Gryp and Ayal Alon for suggesting these!