TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 burkaygur超过 2 年前

1 comment

burkaygur超过 2 年前
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>