dbt-fal icon indicating copy to clipboard operation
dbt-fal copied to clipboard

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.

Results 77 dbt-fal issues
Sort by recently updated
recently updated
newest added

Requires #489, this PR implements support for isolation in the scope of individual models. Each model can now define an `environment:` setting directly under `fal:` block, and that setting will...

Added doc for data drift example and made small modifications to anomaly detection doc to represent the changes in fal_dbt_examples.

faldbt object already has access to the manifest; we need to pass it here in the exec method. We probably want to pass the dbt manifest directly rather than the...

feature request
good first issue

This PR implements local git checkout system for "fal packages" (not the full integration, but an isolated submodule for git stuff / spec loading). A "fal package" is a git...

Implements the ability to specify the local (user's own environment) for hooks.

**Context** Sometimes a step is important in the DAG but does not really generate data in the data warehouse. How can we introduce them in fal?

feature request

**Describe the bug** Using fal to write a model df with size [3627697 rows x 7 columns] returns a memory error. ```python psycopg2.errors.OutOfMemory: out of memory DETAIL: Failed on request...

bug