Dbt Labs acquires SDF Labs
109 points by karakanb 5 months ago | 48 comments- sullivanmatt 5 months agoYou can tell when this deal started to come together by looking at the history of the website on Wayback Machine. In fall of 2024, the website had a checklist comparing SDF to dbt and claiming SDF had a better feature set than dbt Core (page rendering is hit and miss right now for whatever reason): https://web.archive.org/web/20240919110243/https://www.sdf.c...
In December 2024 the page had been updated to now compare "dbt Core" against "SDF with dbt": https://web.archive.org/web/20241217172451/https://www.sdf.c...
Little marketing switcharoo there to avoid pissing off their future owners.
- trickyager 5 months agoCongrats to the SDF team for their exit.
Alas, dbt Labs has developed a reputation for rug pulling functionality from dbt Core and gating most of their differentiating features behind dbt Cloud. I cannot see this type of consolidation being in the best interest of the dbt community.
- thenaturalist 5 months agodbt Labs is a Series D company with hundreds of millions in funding and a 4.2 billion USD valuation at their last round.
Their CEO and founder spoke of an IPO in 2022.
Let's not pretend they are still remotely close to their humble beginnings or were able to get this far without credibly demonstrating they have a plan for how to make enterprises bleed through their nose for their product.
That's the future.
On the flipside, building a dbt adjacent product enhancing or complementing capabilities is basically a sure way of how to get bought.
- trickyager 5 months agoI agree with you 100%, and we may both be correct!
- trickyager 5 months ago
- mritchie712 5 months agoI've been on the lookout for a lighter, faster version of dbt and I was hoping sdf might be it.
For our (https://www.definite.app/) use case, I'd love to have something that compiles client-side, but in general dbt just feels like a lot of work to set up for what most of our customers actually need (simple transform to create tables and views).
- thenaturalist 5 months agoA lot of work to set up?
I'm quite surprised to hear that.
It's literally pip install, a single file for your DB config and that's it. 30-40 seconds.
I'm in no way affiliated with dbt but have worked with the tool since 2018.
Lighter, faster, sure, but hard to set up?
I'm not sure where you'd want to cut corners on setup.
- apwell23 5 months agoI think they mean setting up in production.
- apwell23 5 months ago
- dangoldin 5 months agoI'm sure you've heard of SQLMesh but that seems like a potential fit. Or is it still too heavy handed?
- thenaturalist 5 months ago
- datadrivenangel 5 months agoNot to mention the sudden pricing change at the end of 2022 that doubled costs for most cloud customers.
- itsoktocry 5 months agoHave they introduced any interesting features outside of core? Most of it seems like fluff, or there are better alternatives.
- bcoates 5 months agoYeah my experience is much closer to that, I generally point my clients to core over cloud even if they're indifferent to the cost. (Sorry dbt guys, love your product, but somebody read the strategy memo backwards and you've got lock-out not lock-in. Replacing my IDE, ci/cd, or orchestration are "dealbreakers", not "features")
- bcoates 5 months ago
- 5 months ago
- suchar 5 months agoCould you point to some functionalities removed from dbt Core? I love dbt and use it where applicable but I have not yet encountered a loss of features upon upgrade yet - it would be useful to be aware what kind of features get removed
- trickyager 5 months agoA brief list of features withheld or removed from Core:
- The dbt docs functionality is no longer maintained in favor of dbt Explorer in dbt cloud. A natural consequence is that larger dbt Core projects simply cannot leverage local docs due to performance defects.
- Multi-project support was widely discussed in the core repo w/ tooling contributions from the community, but that was locked behind enterprise-tier dbt cloud accounts
- Metricflow was a full OSS application that used to work in tandem with dbt Core. Post-acquisition, the original code was re-licensed and the functionality added to Cloud only (and you have to pay per semantic layer query now).
- juanramos 5 months agoChecking their own post, https://www.getdbt.com/product/dbt-core-vs-dbt-cloud, stuff such as the semantic layer and column-level lineage are Cloud exclusive
- apwell23 5 months agothose were never in the core though.
- apwell23 5 months ago
- trickyager 5 months ago
- CalRobert 5 months agoWe're using Dagster cloud with integrated DBT core and I don't really see what the draw of DBT cloud is - perhaps a bit easier to get set up?
- nxm 5 months agoColumn level lineage for one
- nxm 5 months ago
- thenaturalist 5 months ago
- jmclnx 5 months agoI first thought this was SDF (https://sdf.org/) and thought how could this happen.
Again shows we have run out of 3 letter acronyms :)
- nbk_2000 5 months agoGlad I wasn't the only one! ;)
- nbk_2000 5 months ago
- 0cf8612b2e1e 5 months agoHeh, I was just starting to look at SDF and SQL Mesh to see if they actually addressed any of the dbt pain points.
- talos_ 5 months agodbt needs to play catch up against SQLMesh feature-wise, so they bought their other competitor SDF. SQLMesh seems to have more development velocity, and dbt will need to execute a smooth transition and integration to catch up.
For context, the team behind SQLMesh also develops SQLGlot, which powers the features dbt attempts to implement
- NortySpock 5 months agoTo expand on this, dbt uses Jinja templating in your SQL to allow the developer to modify the query so it can be expanded at "compile-time" into the target database SQL dialect. (uni-directional, write once deploy anywhere). The key features are CICD, test automation, and transformation sequence automation.
SQLGlot is a Abstract Symbol Tree SQL Dialect transpiler that could (in theory) convert from one dialect to another (bi-directional).
SQLMesh appears to combine both of the above into one tool that sounds like it's even better.
- NortySpock 5 months ago
- wood_spirit 5 months agoWhat is your initial impression and pros and cons?
(Asking as I kinda wish my company’s opinionated dbt had made some different choices)
- apwell23 5 months agocon is some ppl just go crazy with jinja and create a mess. Its fine if you just stick to the basics.
- grajaganDev 5 months agoPlease watch out for Server Side Template Injection.
- grajaganDev 5 months ago
- apwell23 5 months ago
- mritchie712 5 months agoSame. dbt feels like angularjs, I want the svelte alternative.
- talos_ 5 months ago
- capital_guy 5 months agoSeems like a great pair. Especially the bit about static analysis instead of using string parsing.
Frankly, the dbt product hasn't really evolved much. I've been a bit disappointed with its lack of evolution toward this stuff organically. The "modern data stack" is in kind of in a magic position where they are working at very technical companies but the people using it are not SWEs who can build out the tooling themselves so they are just getting buckets of money without a really big value proposition. My team self hosts a dbt core workflow and it's been almost trivial to build out dbt's paid product ourselves
- thenaturalist 5 months agoIt hasn't evolved 'cause there is no free lunch.
It has evolved quite a bit behind the paywall - as has the paywall.
Most if not all of this stuff will land behind, not before said wall.
- capital_guy 5 months agoI guess if they integrate this then that will be the case, I'm not sure I'm convinced that much stuff is going on in dbt cloud that I can't do in dbt core.
A comparison that's obvious to my team is the release cadence of Metabase, which we also self-host. The frequent rollout of new features in Metabase is great and gives me more confidence in the product. But I'm not in the position to decide whether to cough up the $ for the paid version so I suppose it's moot.
- capital_guy 5 months ago
- thenaturalist 5 months ago
- bcoates 5 months agoI'm curious if this product actually works because I was beating my head against almost exactly this very recently.
I haven't checked yet, but is SDF schema-dependent? For some reason, all sql comprehending/transforming tools I can find are either too trivial to be useful or require an exact schema to operate, both of which are too brittle to be useful when I try to use them in anger.
- CaveTech 5 months agoIt compiles to SQL, so in since sense yes it is schema dependent. As mentioned in the article DBT itself has no understanding of semantics, so it’s not enforced by DBT directly but if it doesn’t compile to working SQL expressions it’s obviously not going to work.
- CaveTech 5 months ago
- barrrrald 5 months agoCongrats to everyone, very excited to see how these come together
- hkt 5 months agoI briefly thought this was about sdf.org and was very, very sad. Congrats on the exit to the sdf.com people though, and relief to the sdf.org userbase :)
- qeternity 5 months agoInteresting that their pricing page is already 404'ing: https://www.sdf.com/pricing
- mritchie712 5 months agothey were charging for compute: $0.16/vCPU min
https://web.archive.org/web/20241217210804/https://www.sdf.c...
- 5 months ago
- mritchie712 5 months agoolder version:
Professional
For development teams looking to scale fast.
$1,250/mo
Annually
Everything in Plus
Up to 1,500 models
Unlimited Team Members
Direct Slack Connect support
Unlimited compile, test, & runs
- 5 months ago
- mritchie712 5 months ago
- GoToRO 5 months agoWhat does Dbt Labs do? I've read their website, but I need a concrete example.
- CaveTech 5 months agoIn simplest of terms, it's a templating and orchestration layer for data pipelines which which compiles purely into SQL expressions.
- grajaganDev 5 months agoHow is it different from Looker and LookML?
- anon84873628 5 months agoLooker is mostly a reporting tool. LookML let's you define some transformations that happen at query time. There is a little bit of materialization functionality with the PDTs, but that doesn't seem intended as a replacement for other "ELT" tools.
- anon84873628 5 months ago
- grajaganDev 5 months ago
- ra 5 months agoThink of dbt as yarn for SQL, only the SQL is built from jinja templates.
dbtlabs also sells dbt cloud, which provides a runtime for your dbt projects.
- aradox66 5 months agoIt takes your data operation from 1995 to 2025
- ewuhic 5 months agoGiven replies to this comment, I cannot think of a more useless thing. Yarn for sql in cloud, why?? Why is that needed???
- CaveTech 5 months ago
- nwhnwh 5 months agoThese days I get to know about services only when they get acquired.
- dark-star 5 months agoFor a second I thought that this was about sdf.org ... but it is about sdf.com (which I have never heard of before)
- DrillShopper 5 months agoAs someone who has been MetaARPA for about 20 years at this point I would be _pissed_ if they sold out.
- nbk_2000 5 months agoSame here, small panic attack ensued ;P
- DrillShopper 5 months ago