TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dbt-fal: a dbt Python adapter with local code execution

7 pointsby burkaygurover 2 years ago

1 comment

burkaygurover 2 years ago
We built a dbt adapter that helps you run local Python code with your dbt project with any other data warehouse. You can see it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;fal-ai&#x2F;fal&#x2F;tree&#x2F;main&#x2F;adapter">https:&#x2F;&#x2F;github.com&#x2F;fal-ai&#x2F;fal&#x2F;tree&#x2F;main&#x2F;adapter</a><p>It is very simple to use, but also very feature rich. For example, you can run each dbt model in an isolated Python environment and avoid dependency hell. We use isolate, an open source library we built to do that: <a href="https:&#x2F;&#x2F;github.com&#x2F;fal-ai&#x2F;isolate">https:&#x2F;&#x2F;github.com&#x2F;fal-ai&#x2F;isolate</a>