Hi HN, after seeing a lot of data engineering discussion here I thought it would be interesting to share a new feature I've been working on at Count (<a href="https://count.co" rel="nofollow noreferrer">https://count.co</a>).<p>We've made possible to import and execute dbt models, compiling them on the fly with a custom compiler, and view results alongside other collaborators in real time.<p>We built this because we heard feedback from our customers that debugging and iterating models with colleagues was painful and slow, and we thought that Count could be a great place to improve that workflow.<p>The link above goes to a blog post I wrote on this feature with some technical background, and you can read more generally about Count here:<p><a href="https://count.co/product/data-modeling/" rel="nofollow noreferrer">https://count.co/product/data-modeling/</a>