fal Blog
  • Home
  • Docs
  • GitHub
  • Discord
  • fal-serverless
Sign in Subscribe
Serverless Slack notifications for dbt Cloud Webhooks

Serverless Slack notifications for dbt Cloud Webhooks

Use fal-serverless to receive dbt Cloud webhooks and send Slack alerts.
Apr 17, 2023 3 min read
Introducing fal-serverless Web Endpoints

Introducing fal-serverless Web Endpoints

Effortlessly serve your Python functions through a managed web server.
Apr 13, 2023 3 min read
Accelerate Hyperparameter Tuning with fal-serverless

Accelerate Hyperparameter Tuning with fal-serverless

We demonstrate how to speed up hyperparameter tuning using fal-serverless, so you can quickly explore the search space and find the best model configuration.
Apr 3, 2023 2 min read
Introducing fal-serverless

Introducing fal-serverless

We are launching fal-serverless, a cloud based Python runtime that simplifies infrastructure for teams who are building data pipelines, analytics, ML training and inference.
Mar 30, 2023 4 min read
Feature Selection for ML with dbt and fal

Feature Selection for ML with dbt and fal

We explore how to use fal with dbt together for feature selection, starting with synthetic data and progressing to analyzing, selecting relevant features, and training an ML model
Mar 22, 2023 6 min read
Build and Deploy Machine Learning Models from Jupyter Notebooks with fal and dbt

Build and Deploy Machine Learning Models from Jupyter Notebooks with fal and dbt

Introduction Machine Learning (ML) is increasingly important in data-driven decision making, so it's important to use modern tools and techniques to streamline the machine learning workflows. This is where dbt and fal can come in - together they make it easy to manage and deploy machine learning models in a
Mar 9, 2023 8 min read
Composable OLAP

Composable OLAP

Separation of compute and storage was initially an architectural choice by database vendors to make large scale data warehousing cheaper. Data platform vendors didn’t foresee that years later this choice will force them to be more open about where companies store their data and how they query it. Fast
Mar 2, 2023 3 min read
Building language model powered pipelines with dbt

Building language model powered pipelines with dbt

Yes, we know… Generative AI is all the hype right now. Whether you are an Analytics Engineer or Data Engineer, you might be wondering if this stuff is only useful for AI generated profile pics, or can I actually use it to help me with my day to day work.
Feb 23, 2023 5 min read
Populate dbt models with CSV data. Part 2:  the power of dbt-fal

Populate dbt models with CSV data. Part 2: the power of dbt-fal

In this blog post, we will explore how dbt-fal and dbt can be combined to create a streamlined and efficient process for loading CSV data into a data warehouse, even when dealing with large datasets.
Feb 8, 2023 3 min read
fal and dbt-fal: a magic combination

fal and dbt-fal: a magic combination

When should you use fal vs dbt-fal? If your Python script writes back to the data warehouse, you should use dbt-fal.
Jan 26, 2023 3 min read
dbt-fal v1.3.12 – Finding the cause of a subtle bug

dbt-fal v1.3.12 – Finding the cause of a subtle bug

We accidentally slowed down dbt seed for everyone using the dbt-fal adapter and now its fast again.
Jan 25, 2023 2 min read
Announcing dbt-fal adapter
Featured

Announcing dbt-fal adapter

Today we are excited to announce the release of dbt-fal adapter. This is our first official release since we have been teasing it the last couple of months. dbt-fal allows you to develop your dbt Python models locally, seamlessly graduate them to the cloud and combine the scalability of your
Jan 12, 2023 3 min read
beautiful sunset, on a distant alien planet, strange vegetation, a robot and a human holding hands
Changelog

v0.7 — Playing nice with dbt Python models

dbt recently introduced native Python models support! At fal, we believe this should be the way to run your Python models, so we have been working on dbt-fal, an adapter that enables you to run dbt Python models with any datawarehouse (including Redshift, Postgres). dbt-fal can be used to run
Nov 27, 2022 2 min read
v0.5 — Adapter-specific dependencies, hooks with arguments, and --full-refresh support
Changelog

v0.5 — Adapter-specific dependencies, hooks with arguments, and --full-refresh support

Make the fal package lighter by installing only the dependencies needed for your adapter.
Aug 9, 2022 2 min read
v0.4 — moving forward
Changelog

v0.4 — moving forward

The focus of this release is to make our experimental features generally available, simplifying fal flow run.
Jul 26, 2022 4 min read
Notebooks as fal scripts and more

Notebooks as fal scripts and more

Today we're presenting more new features that our users might like: Jupyter notebooks as fal scripts, execute_sql magic function, dbt source test results.
Jun 24, 2022 2 min read
Introducing Post Hooks

Introducing Post Hooks

fal post hooks let you define Python scripts that don't need to write to the data warehouse.
Jun 23, 2022 1 min read
Introducing fal Python Models

Introducing fal Python Models

fal enables you to run Python with your dbt project. Today we are enabling Python-only models anywhere in your dbt project: Python Data Models.
Jun 22, 2022 3 min read
Supporting Athena and DuckDB

Supporting Athena and DuckDB

We’re constantly working on making it as easy as possible to integrate fal into our users’ projects. So far we have supported PostgreSQL, Google BigQuery, Snowflake and AWS Redshift. Today we’re adding two more: AWS Athena and DuckDB. Star us on GitHub [https://github.com/fal-ai/fal]Amazon
Jun 21, 2022 1 min read
Announcing fal Launch Week #2

Announcing fal Launch Week #2

We are excited to bring you our second Launch Week! Over the past couple of months we have been working on exciting new features to make running Python even more delightful. Similar to the previous launch week [https://blog.fal.ai/announcing-fal-launch-week-1/], each day of the week we are going
Jun 20, 2022 1 min read
Use fal to integrate SageMaker with dbt
How-to

Use fal to integrate SageMaker with dbt

We discuss a straightforward way to integrate your dbt project with SageMaker by using fal. We will train a SageMaker model, store model data in a dbt model, use a SageMaker model to make some test predictions and store prediction results in another dbt model.
May 10, 2022 6 min read
Python or SQL? Why not both?

Python or SQL? Why not both?

Python vs SQL is a frequent debate in the data community and it usually revolves around which language is better for data transformations. At Features and Labels [https://fal.ai/], we think about it a little differently. In our opinion, today, all transformations that are supported by SQL should be
Mar 30, 2022 3 min read
Parallelizing Python Workflows in fal

Parallelizing Python Workflows in fal

Today's release introduces parallelization of Python scripts in your fal runs. During a run, fal creates a directed acyclic graph (DAG) of links between models and scripts. The number of threads represents the maximum number of tasks fal handles simultaneously. When fal is running, it will read the configuration for
Mar 24, 2022 3 min read
Introducing fal flow

Introducing fal flow

We started the fal project with a simple objective; we wanted to build a developer tool that enables running python scripts downstream of dbt models. Since we launched the initial capabilities of fal, we have received an overwhelming amount of requests to run python scripts before, after and in between
Mar 22, 2022 2 min read
Announcing fal Launch Week #1

Announcing fal Launch Week #1

After our Unbundling of Airflow [https://blog.fal.ai/the-unbundling-of-airflow-2/] article, it has been a wild few weeks here at Features & Labels. Gorkem’s [https://twitter.com/gorkemyurt] now-viral post resonated with tens of thousands of data people around the globe. Meanwhile, we have been hard at work cooking up
Mar 21, 2022 3 min read
Page 1 of 2 Older Posts →
fal Blog
  • Home
  • Docs
  • GitHub
  • Discord
  • fal Cloud